kafi_1 0 Newbie Poster

I need help with this:

-write an application to perform simple arithmetic operations on integers.

Specification
1.Name the .java file SimpleMath
2.The program should do the following: ◦Prompt the user to enter five integer values from the keyboard.
◦Display the sum and average of the numbers.
◦Display the quotient of the first number divided by the second.
◦Display the remainder of the fourth number divided by the fifth.

NOTE:The average calculation should result in the integer representation of the average, not the decimal valu

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.