Learn more in the app.
View in app
dowhile and Continue statement - Java Quiz Question
What will be the output of the following program?
A
first = 15 and second = 15
B
first = 10 and second = 15
C
first = 15 and second = 10
D
Compilation Error
E
Runtime Error