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.