Answer the following questions
1. Convert the string to given data types.
String sl="123", s2="45.67", s3="true";
(a) sl to int and short.
(b) s2 to float and double.
(c) s3 to boolean
2. Convert the given data types to string.
byte b=25;
long x=456;
double d=8.37373737;
Answers
Answered by
0
Answer:
I am not sure if you
Explanation:
I am not sure if you have any questions please feel free to contact me at the end of the same tim
Similar questions