Learn more in the app.
View in app
Literals - Java Quiz Question
What will be the output of the following program?
A
Name: Ram
Result: true
Percentage: 75.3f
B
Name: Ram
Result: true
Percentage: 75.3
C
Name: Ram
Result: true
Percentage: 75
D
Compilation Error
E
Runtime Error