22 lines
449 B
Java
22 lines
449 B
Java
/*
|
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Main.java to edit this template
|
|
*/
|
|
package practiceexam2;
|
|
|
|
/**
|
|
*
|
|
* @author caleb
|
|
*/
|
|
public class PracticeExam2 {
|
|
|
|
/**
|
|
* @param args the command line arguments
|
|
*/
|
|
public static void main(String[] args)
|
|
{
|
|
// TODO code application logic here
|
|
}
|
|
|
|
}
|