Share on Facebook Share on Twitter Email
Answers.com

JUDO

 
Wikipedia: JUDO (computer programming environment)

JUDO is a Java-based integrated development environment designed for children and beginning computer programmers.


A screenshot of the Integrated Design Environment enhanced by Java

Syntax

JUDO 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);
  
  }

External links



Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Shopping: JUDO
Top
 
 
Learn More
Judo: The True Story and Legend (Sports & Recreation Film)
judo elbow
combat

Is there armer in judo? Read answer...
What do judo people were? Read answer...
Origin of Judo? Read answer...

Help us answer these
What is the population of judo?
Who are some female judo practitioners?
Which country famous game is judo?

Post a question - any question - to the WikiAnswers community:

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "JUDO (computer programming environment)" Read more