I need to design a Do-While loop that asks the user to enter two numbers. The numbers should be added and the sum displayed. The loop should ask the user whether he or she wishes to perform the operation again. If so, the loop should repeat; other-wise it should terminate.
This needs to be done in Python pseudocode, which makes absolutely no sense to me because why not use Python in the first place?
Thanks