Senin, 21 Oktober 2013

Program java 4 input tetapi dalam 2 output



Program java 4 input tetapi dalam 2 output

public class thetree
{
      
     public static void main(String[] args){
     System.out.print (" I think that I shall never see,");
     System.out.println (" a poem as lovely as a tree.");
          System.out.print (" A tree whose hungry mouth is     pressed");
     System.out.println ("  Againts the Earth's sweet flowing breast.");
}
}




Tampilan pada cmd :



0 komentar:

Posting Komentar