Reference ( Fixed column and relative row) formed by row 1345 and column 58D
Answers
Answered by
1
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