Question: Write an Arduino program that takes reads two numbers from the user. The program then turns on a green LED if the sum of the

Write an Arduino program that takes reads two numbers from the user. The program then turns on a green LED if the sum of the numbers is less than 100, and a red LED if the sum is above 100. Program also displays the sum on the serial monitor. Use a function to add the numbers and return the result to the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
