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
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
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
Similar questions
Math,
7 months ago
English,
7 months ago
English,
1 year ago
English,
1 year ago
Computer Science,
1 year ago