Solved

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

Question 1

Multiple Choice

Suppose that alpha, beta, and gamma are int variables and the input is: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;
Suppose that alpha, beta, and gamma are int variables and the input is: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;   A)  100 B)  200 C)  300 D)  320


A) 100
B) 200
C) 300
D) 320

Correct Answer:

verifed

Verified

Related Questions