Basic Math Challenge


In Basic Math one begins to explore how to translate math from our world into the computer's instruction-execution structure. This demonstration has five exercises:

  1. Identifying the least value in an array
  2. Identifying the greatest value in an array
  3. Identifying the mean value in an array
  4. Adding all the values in an array
  5. Multiplying all the values in an array

Although all the above are simple math operations they serve as foundation to develop the thought processes that allow us to create instructions the computer can use to support our efforts or needs.