Question: c++ : Complete the following program so that it reads an integer. // If the input is a digit 0-9, display out the name of

c++ : Complete the following program so that it reads an integer. // If the input is a digit 0-9, display out the name of the digit, // and the word UNKNOWN for all other values.

#include using namespace std; int main() { int a, b, c, d, max;

cout << endl; return 0; // DO NOT DELETE. }

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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

Students Have Also Explored These Related Databases Questions!