Grundlegende Java -Programme
class basic{
public static void main(String [] args){
System.out.println(" Hello New York!!")// This prints out the sentence "Hello New York!!"
}
}
AMS#79