Write a program that:
1. asks the user for a double variable called mydouble with a decimal value
2. casts the double value to a int
3. prints the int value to the screen
note: your job is to print the int casted version of the double.



Answer :

Other Questions