Question: in ch3 e12, the first line is showing an error, the integer=(int)preciseReal, even though I correctly added it. if anyone knows the problem, let me
in ch3 e12, the first line is showing an error, the integer=(int)preciseReal, even though I correctly added it.

if anyone knows the problem, let me know.
int integer; / string double preciseReal; / Variable float sloppyReal; / string long bigInteger; / Variable integer=(int)preciseReal;; sloppyReal =integer; bigInteger=(long) sloppyReal; preciseReal = bigInteger; integer =( int) bigInteger; sloppyReal = bigInteger; bigInteger = (long)preciseReal; bigInteger = integer; integer = (int)sloppyReal; preciseReal = sloppyReal; sloppyReal =(float)preciseReal; preciseReal = integer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
