Solved

Suppose That Alpha and Beta Are Int Variables

Question 42

Multiple Choice

Suppose that alpha and beta are int variables.The statement alpha = --beta; is equivalent to the statement(s) ____.


A) alpha = 1 - beta;
B) alpha = beta - 1;
C) beta = beta - 1;
Alpha = beta;
D) alpha = beta;
Beta = beta - 1;

Correct Answer:

verifed

Verified

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

Related Questions