Examlex

Solved

Suppose That Alpha,beta,and Gamma Are Int Variables and the Input

question 31

Multiple Choice

Suppose that alpha,beta,and gamma are int variables and the input is:
100 110 120
200 210 220
300 310 320
What is the value of gamma after the following statements execute?
cin >> alpha;
cin.ignore(100,'\n') ;
cin >> beta;
cin.ignore(100,'\n') ;
cin >> gamma;


Definitions:

Ending Inventory

The value of goods available for sale at the end of an accounting period.

Related Questions