Question: Write a Code using with ARDUINO 11. Using a for loop make this print out on the serial monitor * ** *** **** 12 Now
Write a Code using with ARDUINO
11. Using a for loop make this print out on the serial monitor
*
**
***
****
12 Now do
******
*****
****
***
**
*
13. Using a for loop make this print out on the serial monitor
543210
43210
3210
210
10
0
14. Using a for loop print the sum of first 6 numbers.
15. Ask for a number then count the numbers of 1s in that number. (Number is 13564879 ) Hint sift right >> and modulo % might help.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
