Question: int foo = 9/2; float bar = 9.0f/2.0f; //what is the value of foo? //what is the value of bar?
int foo = 9/2; float bar = 9.0f/2.0f; //what is the value of foo? //what is the value of bar?
Step by Step Solution
There are 3 Steps involved in it
The image shows two lines of code written in what appears to be the C or C programming languag... View full answer
Get step-by-step solutions from verified subject matter experts
