Welcome.java

xiaoxiao2021-03-06  123

// first Java program Welcome.javapublic class Welcome // Welcome is class, the first letter of the class's name should be capitalization {public static void main (String [] args) {String [] greeting = new String [3]; greeting [0] = "Welcome to Core Java"; Greeting [1] = "by cary horstmann"; greeting [2] = "and gary cornell";

For (int i = 0; i

Process completed.

转载请注明原文地址:https://www.9cbs.com/read-100013.html

New Post(0)