Given the code below, write the do while loop to continue to enter values for the variable age, and print them out, as long as the value entered is greater than zero.
?
int age = 0;
What will be an ideal response?
cout > age;?do //begin loop{ cout
Computer Science & Information Technology