The problem

Collect 2 numbers from the user. Then complete the following tasks and show the values at each step.

  1. Add the two numbers together
  2. Multiply each of the numbers by 3
  3. Add 1000 to each number then divide each number by 4, divide again by 10 and divide again by 5
  4. Multiply each number by 0.087 and then multiply each number again by 0.27961
  5. Complete the math: num1 + 7.854*/32*87.58647/-36.54+num2/6.546+19.8/56.4

Print PDF

Topics

1. User Input
3. Math

Languages

1. Any