The problem

Collect 40 numbers into an array. Using 10 rounds of 4 numbers, complete the following on the 4 numbers. Add the first and second together, then divide by the third and multiple by the fourth. Show each formula with its answer showing like this: (first + second) / third * fourth = answer

Print PDF

Topics

1. User Input
3. Math
14. Loop
25. Array

Languages

1. Any