Computer Science, asked by Aashif8596, 8 months ago

for the following code: int f (int n) { int ans = 0; for (int i = 1; i

Answers

Answered by gyadav30122000
0

Explanation:

52 // integer literal

age // variable name

System.out.println("ABC"); // method call

"Java" // string literal

98.6D // double precision floating-point literal

89L // long integer literal

.

Similar questions