Link to home
Start Free TrialLog in
Avatar of jm_jackson
jm_jackson

asked on

different data types

Hi,

Wondered if you could give me some info on the int, float, and double data types. Which data types can assigned to each other?

For example if x is an int, y is a float, and z is a double, will the following compile?

  z=x/y

and which data types can be added / taken away from each other etc...

Thanks,

JJ
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
:-)