Solved

Suppose That Alpha Is an Int Variable and Ch Is

Question 29

Multiple Choice

Suppose that alpha is an int variable and ch is a char variable.The input is:​ 17 A

What are the values after the following statements execute?

Cin >> alpha;
Cin >> ch;


A) alpha = 17, ch = ' '
B) alpha = 1, ch = 7
C) alpha = 17, ch = 'A'
D) alpha = 17, ch = 'a'

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions