Just can’t seem to get successful code created for Unit 5/Lesson 12’s bubble 4. Here’s my code that worked for bubble 3:
var count = 0;
while (count <= 9) {
write(randomNumber(0,1));
count=count+1;
}
If anyone has code that works in bubble 4, seeing it would help a bunch!