Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started