Do while loop - only works on 2nd tryAfter trying different solutions, i came up with this: [code] #include <iostream> using namespace s...
Do while loop - only works on 2nd tryI am practicing a nested do while loop for a program that asks the user to input a number and that n...