C++

Oscar A.

asked • 02/24/20

create a very particular calculator that works with 3 integer numbers at a time rather than the usual 2 in regular calculators.

1. So, first, ask the user to enter the desired operation (use cin) and store the value in a variable named operation. The user input will consist of a single letter or symbol. Entering:

a) ‘a’ or ‘A’ gives the average (shown as a fractional number)

b) 'M' gives the largest number

c) 'c' or 'C' gives the middle number

d) 'o' or 'O' gives the count of how many of the three numbers are even

e) 'p' or 'P' tests whether any of the 3 numbers is divisible by 2, 3 and 5

f) 'e' or 'E' tests whether all of the 3 numbers are different

g) 's', 'S' or '+' tests whether the sum of any 2 numbers adds to the 3rd one

h) ‘m’ gives the sum of all numbers between the first and second number with a step increment given by the third number

1 Expert Answer

By:

Patrick B. answered • 02/25/20

Tutor
4.7 (31)

Math and computer tutor/teacher

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.