This site requires JavaScript, please enable it in your browser!
Greenfoot back
cycv5
cycv5 wrote ...

2018/3/10

How do I get reader's String Input in while running the program?

cycv5 cycv5

2018/3/10

#
How do I get reader's String Input while running the program? No additional windows needed, just ask for the string in the program and compare it to other Strings. Basically, create an input box that displays each key user enters and that string is comparing to another String in the program every time a new letter is entered.
Super_Hippo Super_Hippo

2018/3/10

#
Try the 'Greenfoot.ask' method.
You need to login to post a reply.