IF (JCOKE - 3 * LPEPSI) 5, 6, 7
5 JCOKE = JCOKE + 5
6 JCOKE = JCOKE + 8
7 JCOKE = JCOKE + 11
The value of JCOKE after the execution of above statement will be
float alpha, gamma
ram = 6400
alpha = 0.562
gamma = alpha * ram + 1
Now consider the following statements about this program
- ram is an integer variable
- alpha, gamma are real variables
- *, + are arithmetic operators
- 0.562 may be an integer constant or real constant
Which of the above are correct?
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.