| advertise add site services publishers database health videos | ![]() | about toolbar stats live show health store more stuff JOIN/LOGIN |
JUDO is a Java-based integrated development environment designed for children and beginning computer programmers. [edit] SyntaxJUDO syntax is much like Java. void main() { // one line comment printLine("Hello World!"); } This will print out the text "Hello World". Variables can by constructed by declaring them outside the main() method. String question = "Do I like Ice Creame? "; boolean likeIceCreame = true; int number = 10; double puny = number - 9.004; // the follow is an integer array int[] array = new int [100]; // class class coordinate { public int x; public int y = -1000; } void main() { printLine("" + question + likeIceCreame); } [edit] External links
|
| ↑ top of page ↑ | about thumbshots |