Tag Archives: Average

Arduino Uno R4 WiFi LESSON 36: Finding Average of an Array of Numbers on Arduino


 

Below is the code we develop in the video above. It inputs an array of grades, it averages the grades, and then finds the High and Low Grades.

 

Arduino Uno R4 WiFi LESSON 35: Understanding and Using Arrays in Projects


 

In this video lesson we introduce the concept of Arduino Arrays, and illustrate by writing a simple program which inputs and prints a list of grades. The code from the  video above is presented below for your convenience.