=
Note: Conversion is based on the latest values and formulas.
Humedad - Microsoft MakeCode for micro:bit The content above is provided by a user, and is not endorsed by Microsoft. Report abuseif you think it's not appropriate.
SnowComeCome - Microsoft MakeCode for micro:bit A Blocks / JavaScript code editor for the micro:bit powered by Microsoft MakeCode.
Coin Flipper - Microsoft MakeCode for micro:bit Test your luck and guess heads or tails before the toss is over! Let’s create a coin flipping program to simulate a real coin toss. We’ll use icon images to represent a …
Activity: Double coin flipper - Microsoft MakeCode for micro:bit Let’s create a program using Boolean variables and operators, using the pseudocode from Lesson A to code a double coin flipper program. The pseudocode: If the current true/false …
Microsoft MakeCode for micro:bit Heads Guess! Salute! A Blocks / JavaScript code editor for the micro:bit powered by Microsoft MakeCode.
Heads Guess! - Microsoft MakeCode for micro:bit Heads Guess! A Blocks / JavaScript code editor for the micro:bit powered by Microsoft MakeCode.
random Boolean - Microsoft MakeCode for micro:bit Make your micro:bit do a coin toss when it’s dropped softly. Have the LEDs show ‘heads’ or ‘tails’ as the result of the toss. random int. Returns a pseudo-random boolean value that is either …
Coin Flipper - Microsoft MakeCode for micro:bit Test your luck and guess heads or tails before the toss is over! Let’s create a coin flipping program to simulate a real coin toss. We’ll use icon images to represent a …
Unplugged: Two heads are better than one With this system, no one person’s outcome, heads or tails, guarantees a win. If Person A’s coin flips to heads, she would win if Person B also flipped heads, but lose if Person B flipped tails.
Unplugged: Two heads are better than one How would you represent each of the 4 different possible double coin flip outcomes? Let’s pseudocode it! We can create a Boolean variable to represent whether an outcome is heads …