Computer Science, asked by vaishalideopurkar, 3 months ago

write a program with do while loop that asks the user to enter 2 numbers. the numbers should be added and the sum displayed. the loop should ask the user whether he or she wishes to program the operation again.if so, the loop should repeat ;otherwise it should terminate. in java​

Answers

Answered by sriharisrikanth193
0

Answer:

write a program with do while loop that asks the user to enter 2 numbers. the numbers should be added and the sum displayed. the loop should ask the user whether he or she wishes to program the operation again.if so, the loop should repeat ;otherwise it should terminate. in java​

Explanation:

Similar questions