Question: Correct the errors in the lines of code shown. The code variable has the char data type; the other variables have the int data type.

Correct the errors in the lines of code shown. The code variable has the char data type; the other variables have the int data type.

if (toupper(code) = 'x')

cout << "Discontinued" << endl;

else cout << "How many? ";

cin >> quantity; total = quantity * 10;

//end if With the next problem you must do the program, run it and if necessary debug it. Then submit the code and the running output.

Step by Step Solution

3.42 Rating (155 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Given sentence The code variables has the ch... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Document Format (2 attachments)

PDF file Icon

60939bc36f124_210732.pdf

180 KBs PDF File

Word file Icon

60939bc36f124_210732.docx

120 KBs Word File

Students Have Also Explored These Related Programming Questions!