Answered step by step
Verified Expert Solution
Link Copied!

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 image text in transcribedimage text in transcribedimage text in transcribedTowards 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Principles Programming And Performance

Authors: Patrick O'Neil

1st Edition

1558603921, 978-1558603929

More Books

Students also viewed these Databases questions