Question: c++ Assume a program has the following variable definitions: int x=20,y=6 float z; and the following statement: z=x/y What value will be stored in z
c++
Assume a program has the following variable definitions: int x=20,y=6 float z; and the following statement: z=x/y What value will be stored in z ? Select one: a. none of these b. 0 C. 4 d. 4.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
