Helps You Can See During the Loop and Decision Test

public class MyClassName
{
     public static void main( )
     {
           // your statements here ending in semi-colon
     }
     public static int otherroutine(double x, String y)
     {
           // your statements here ending in semi-colon
     }
}


(See your Java Tools)