GettingStarted1
Some simple java exercises for getting accustomed to the Netbeans interface and simple java code.
/////////////////////////////////////////////////////////
/*
* To Change this license header, Project Properties.
* To Change this template file, choose Tools | Templates
* and open the template in the editior.
*/
package gettingstarted1;
/**
*
*
* @author wwolfe3
*/
public class GettingStarted1 {
/**
* @param args the command line arguments
*/
public static void main (String[] args) {
//Your java code goes here
}
}
/////////////////////////////////////////////////////////Type in code:
Sample Output:
Last updated