Extract Exam

This commit is contained in:
2025-10-19 21:31:13 -05:00
parent 3efb82cc6f
commit dfe4935564
12 changed files with 2467 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package programmingexam2_calebfontenot;
/**
*
* @author ar114
*/
public class ProgrammingExam2_CalebFontenot {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
Object[] objArr = new Object[100];
System.out.println(objArr[0]);
}
}