Computer Science, asked by moretoget, 1 year ago

program in Java to assign an integer with a value 33 and a fractional value 12.5 print the cube of integers and square of fractional value ​

Answers

Answered by divyasaini1016
4
Hey mate here is your answer

Int a=33;
double d=12.5;
System.out.println(a*a*a);
System.out.println(d*d);

hope this helps you

thanks

be happy

brainliest please

divyasaini1016: thanks
moretoget: ur most welcome
Similar questions