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

2016/3/13

What Is a String Variable?

AMiscool AMiscool

2016/3/13

#
Hi guys, it's my first day of programming Greenfoot. This probably is an obvious question, but I don't know, sorry. So what is a String Variable and how do I create it?
Super_Hippo Super_Hippo

2016/3/13

#
A String variable is a string of characters. You can create it like this:
1
String myString = "abcde12345";
You need to login to post a reply.