Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C# Programming: I'm using the Do-Loop at the beginning Towards at the end here line (179-183): Im trying to ask the customer if they want
C# Programming: I'm using the Do-Loop at the beginning Towards at the end here line (179-183):
Im trying to ask the customer if they want to reorder and If they type "Y" then the whole program will run again but if they type "N" then it will go on to line (188).
I'm having a problem of red line underneath at line (183)
Please Help !!
using System; 1 2 3 4 namespace Programming Assignment_3_Loops { O references class Program 5 6 7 8 O references static void Main(string[] args) { do { Console.WriteLine("*** ACME Anvils Corporation ***"); Console.WriteLine("Supporting the animation industry for 70 years and counting!"); // Do the countdown from 3 to : int countDownNum = 1; const int LIMIT = 1; while (countDown NumStep 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