Question: 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 Num
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
