This site requires JavaScript, please enable it in your browser!
Greenfoot
Username
Password
Remember Me?
Sign Up, Lost Password
Activity
About
Documentation
Download
Discuss
Scenarios
DrakeGuo
wrote ...
2019/5/28
GreenFoot Coding Question
DrakeGuo
2019/5/28
#
What is the ; use for? Is this a coding method. Could someone tell me when I should use this when I creating a program .
Super_Hippo
2019/5/28
#
You use it after every command. For example:
int x = 5;
You need to login to post a reply.
X