Given String p=”21”; convert p to an integer type
Answers
Answered by
3
Answer:
String p="21";
p=(int)p;
Similar questions