Solved

Which of the Following Statements Will Assign Number a Value

Question 20

Multiple Choice

Which of the following statements will assign number a value from 90 - 100.


A) number = rand() % 90 + 10;
B) number = rand() % 90 + 11;
C) number = rand() % 10 + 90;
D) number = rand() % 11 + 90;
E) None of the above.

Correct Answer:

verifed

Verified

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

Related Questions