Computer Science, asked by meetoswal134, 6 months ago

b. Write Statements to convert the following data in to integer and float respectively
marks = "78.9"​

Answers

Answered by vaibhavgupt
0

Answer:

int x= (int)marks,

float y =(float)marks,

......

...

Answered by dilipmandal321
1

Answer:

ygv

Explanation:

I am going to try and make

Similar questions