Challenge Say Your Name
What's your name?
This program says hi to you at a random point on the screen. Change the name variable so it says your name instead.
Var yourName = ----;
var textX = random(0, 300);
var textY = random(0, 300);
var yourName = "Your Name";