You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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…
Encryption tool made from a while-loop with nested conditional statements. It also holds two for-loops that iterate over a list of specified characters
{Nesse arquivo pratiquei algumas condionais do JavaScript, também utilizei os comandos while, break, for, array, if, else if. Algum comandos que aprendi e pratiquei conforme as aulas. }
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 …
Java program that counts the number of digits in an integer entered by the user. The program repeatedly asks for input and displays the number of digits the input integer has. This implementation converts the users input to a string and uses the .length( ) method to find the number of characters in it.
Simple java script designed to iterate through "99 bottles of beer on the wall" using while loops and if statements. Built in a Linux Teminal environment using a raspberry pi.