Computer Science, asked by denish2580, 1 year ago

What is the output of this program? class area { public static void main(string args[]) { double r, pi, a; r = 9.8; pi = 3.14; a = pi * r * r; system.out.println(a } }?

Answers

Answered by ameerhamzah78pdju21
0

It will print the value 9.8x3.14x3.14

Similar questions