how do i write a program that i can type in two integer values at the terminal. Test these two numbers to determine if the first is evenly divisible by the second, then display an appropriate message at the terminal. Note: Evenly divisible means that there is no decimal or remainder when the first integer is divided by the second?
Also how to write a program that acts as a simple "printing" calculator?Tthe program should have value expressions recognized by the program: + - * / S E.
Comments
Leave a comment