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
0
It will print the value 9.8x3.14x3.14
Similar questions
Biology,
7 months ago
Social Sciences,
7 months ago
Chemistry,
1 year ago
Biology,
1 year ago
Biology,
1 year ago