AppMaster 101 Crash Course
10 modules
2 weeks

Homework

Homework for module 4


Create a business process that handles 3 numbers. One of them is constant, the other two are variable.

Calculate:

  1. The sum of these numbers
  2. Multiplication
  3. The result of dividing 2) by 1) rounded up to an integer value
  4. The result of dividing 1) by 2) rounded up to the second decimal place.

The result of the business process should be two arrays. In one, the data is arranged in the order in which it was calculated. In the second, the same data, but in reverse order.