上QQ阅读APP看本书,新人免费读10天
设备和账号都新为新人
3.13 Exercise for you
1. Write one program to print one byte, one short, one int, one long, one float, one double, one char and one boolean value.
2. Write a program that can initialize a value dynamically.
3. Write a program which cast one integer to byte, one double to int and one double to byte.