Question: 4) Using the following variable declarations and assignments. Determine if the statement is valid. Explain why it is not Correct the statement Show the value
Determine if the statement is valid. Explain why it is not
Correct the statement
Show the value stored in the variable (3 digits are sufficient)
Note : try to do this on paper without using Textpad. You can then use Textpad to check your work.
int i1,i2,i3,i4,i5,i6;
long l1;
float f1,f2,f3,f4,f5,f6,f7;
double d1,d2;
i1=5;
i2=3;
f1=2.5f;
f2=8.6f;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
