Random passwords and switch (oh my!)

I replaced the if statements with switch - it does look neater in this case. However, I’m used to using ‘if’ in other languages, so may continue to do that - we’ll see!
I’ve also taken out my ‘device’ member variable, since I can just access from the ‘devices’ array in the Win screen. I’ve also added in a line to type ‘menu’ at any time to return there.
And it all still works!!!

Privacy & Terms