Solved

Suppose That Alpha Is an Int Variable and Ch Is

Question 13

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?


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? ​ ​   A)  alpha = 17, ch = ' ' B)  alpha = 1, ch = 7 C)  alpha = 17, ch = 'A' D)  alpha = 17, ch = 'a'


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