how will you display only those rows in which the total marks obtained by the students is greater than 500?
Answers
Answered by
0
52 // integer literalage // variable nameSystem.out.println("ABC"); // method call"Java" // string literal98.6D // double precision floating-point literal89L // long integer literal
Similar questions