Skip to content
#

whileloops

Here are 29 public repositories matching this topic...

Building a Light Theremin musical instrument with the Arduino board. A phototransistor is used to measure the amount of light reaching the instrument. This is used to estimate how close the musicians hand is to the instrument at a given moment. More specifically the variation of voltage is used to guage the distance. This is then mapped to a ran…

  • Updated Jan 12, 2018
  • Arduino

Create a project that asks the user for a minimum integer, then a maximum integer, then a value between those two numbers. The program needs to validate that the second number is greater than the first number, and it also needs to validate that the third number is between the first two numbers. Use 3 While loops, which will repeat over and over …

  • Updated Aug 31, 2022
  • Java

Improve this page

Add a description, image, and links to the whileloops topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the whileloops topic, visit your repo's landing page and select "manage topics."

Learn more