I have two very simple projects. Think 101-level. First is a tilt switch and the serial monitor prints out the state of the switch, 1 or 0 using println. Sometimes it doesn't insert the page break so instead of showing
0
0
0
it might show
0
00
0
Also related to the serial monitor, in my other project, when I send a string to it, such as "What color do you what?" when it prints it out on the serial monitor, I see "WhWhat co lor do youw ant?" The weird thing it I can enter a response and it changes my RGB LED to the correct color and re-prompts with the same question...and the text is messed up the same way. I should note, I'm a full-time programmer by trade and have coded in C++, C#, and a bunch of others over 25 years so I can usually troubleshoot things successfully. But, since I'm new to this type of integrated progamming, I'm kinda....stumped. I looked into Serial.flush but that didn't seem related to my problem.
NOTE: I'm running it off my chromebook and using the web editor.
I'm not sure if these are related or not.