Log in

View Full Version : Simple Question? Need Help?


iamjmael
Feb 16, 2016, 10:55 PM
Write a program that will ask the user to enter 2 non-decimal integer and allow the user to choose if the user want to solve for the difference of the two numbers or the product of the two numbers. If the user chooses difference, the program will subtract the second number from the first number, display the difference and then check if the difference is odd or even number. If the user chooses product, the program will multiply the two numbers, display the product, and then check if the product is divisible by 10.