JUDO (computer programming environment) Information & JUDO (computer programming environment) Links at HealthHaven.com
advertise
add site
services
publishers
database
health videos
Bookmark and Share

search wiki for    ?
web dir firms image gallery news pdf wiki shop video 
about
toolbar
stats
live show
health store
more stuff
JOIN/LOGIN
Featured Results:
Computer Vision Syndrome | Computer Vision Therapy Programs | Computer...
Computer Vision Syndrome | Computer Vision Therapy Programs | Computer...
hollywoodvision.com
 Exercise Expert fitness computer program - Create fitness and post rehab...
Exercise Expert fitness computer program - Create fitness and post rehab...
shapeupshop.com
 Planning for environment protection - Environment Key Data - Environment...
Planning for environment protection - Environment Key Data - Environment...
altana.com
 Gymnastics Dance Programs Computer classes Music Program
Gymnastics Dance Programs Computer classes Music Program
anthemchildcare.com
 

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

[edit] 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);      } 

[edit] External links





Product Results (view all...)

search wiki for    ?
web dir firms image gallery news pdf wiki shop video 



↑ top of page ↑about thumbshots