Question: Please do in C#!!!! 1 ) Create a loop that depends on the condition of Flag being true. If the flag is true, then your
Please do in C#!!!!
1) Create a loop that depends on the condition of Flag being true. If the flag is true, then your loop will perform the following: (1) ask the user for a character, (2) if the character is not equal to Q, then print the character out, (3) if the character entered is Q, then set the flag to true.
2) Create a loop that checks to see if total is less than or equal to zero. If it is not, then ask the user for an amount to subtract from the total. This loop will run at least once. (Use a do/while)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
