use of if -else block
Is it possible to use if - else instead of while?

Arduino Display-counter-using-Arduino 08-09 min 40-50 sec 08-02-20, 1:57 p.m. Baranis

Answers:

If-Else condition is used when your program needs to execute two or more conditions depending on certain value. While condition is used when you want a particular device to execute parallel to that certain value
08-02-20, 2:14 p.m. Pratikjb11


Click here to reply/comment online