Reset author name to chosen name

This commit is contained in:
2025-10-19 21:55:26 -05:00
parent a3e71f9673
commit 03c2474f78
1825 changed files with 8916 additions and 8921 deletions

View File

@@ -22,13 +22,13 @@ table {color: #404040; background-color: #e9e8e2; font-family: monospace}
</style>
</head>
<body>
<table width="100%"><tr><td align="center">C:\Users\ar114\Documents\NetBeansProjects\Exam1_CalebFontenot\src\main\java\com\calebfontenot\exam1_calebfontenot\Location.java</td></tr></table>
<table width="100%"><tr><td align="center">C:\Users\ar114\Documents\NetBeansProjects\Exam1_ChloeFontenot\src\main\java\com\chloefontenot\exam1_chloefontenot\Location.java</td></tr></table>
<pre>
<span class="comment">/*</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comment"> to change this license</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java</span><span class="comment"> to edit this template</span>
<span class="comment"> */</span>
<span class="literal">package</span> com.calebfontenot.exam1_calebfontenot;
<span class="literal">package</span> com.chloefontenot.exam1_chloefontenot;
<span class="comment">/**</span>
<span class="comment"> *</span>

View File

@@ -22,13 +22,13 @@ table {color: #404040; background-color: #e9e8e2; font-family: monospace}
</style>
</head>
<body>
<table width="100%"><tr><td align="center">C:\Users\ar114\Documents\NetBeansProjects\Exam1_CalebFontenot\src\main\java\com\calebfontenot\exam1_calebfontenot\MyStringBuilder.java</td></tr></table>
<table width="100%"><tr><td align="center">C:\Users\ar114\Documents\NetBeansProjects\Exam1_ChloeFontenot\src\main\java\com\chloefontenot\exam1_chloefontenot\MyStringBuilder.java</td></tr></table>
<pre>
<span class="comment">/*</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comment"> to change this license</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java</span><span class="comment"> to edit this template</span>
<span class="comment"> */</span>
<span class="literal">package</span> com.calebfontenot.exam1_calebfontenot;
<span class="literal">package</span> com.chloefontenot.exam1_chloefontenot;
<span class="literal">import</span> java.util.Arrays;

View File

@@ -22,13 +22,13 @@ table {color: #404040; background-color: #e9e8e2; font-family: monospace}
</style>
</head>
<body>
<table width="100%"><tr><td align="center">C:\Users\ar114\Documents\NetBeansProjects\Exam1_CalebFontenot\src\main\java\com\calebfontenot\exam1_calebfontenot\Question1.java</td></tr></table>
<table width="100%"><tr><td align="center">C:\Users\ar114\Documents\NetBeansProjects\Exam1_ChloeFontenot\src\main\java\com\chloefontenot\exam1_chloefontenot\Question1.java</td></tr></table>
<pre>
<span class="comment">/*</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comment"> to change this license</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java</span><span class="comment"> to edit this template</span>
<span class="comment"> */</span>
<span class="literal">package</span> com.calebfontenot.exam1_calebfontenot;
<span class="literal">package</span> com.chloefontenot.exam1_chloefontenot;
<span class="comment">/**</span>
<span class="comment"> *</span>

View File

@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.calebfontenot.exam1_calebfontenot</groupId>
<artifactId>Exam1_CalebFontenot</artifactId>
<groupId>com.chloefontenot.exam1_chloefontenot</groupId>
<artifactId>Exam1_ChloeFontenot</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<exec.mainClass>com.calebfontenot.exam1_calebfontenot.Exam1_CalebFontenot</exec.mainClass>
<exec.mainClass>com.chloefontenot.exam1_chloefontenot.Exam1_ChloeFontenot</exec.mainClass>
</properties>
</project>

View File

@@ -3,13 +3,13 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Project/Maven2/JavaApp/src/main/java/${packagePath}/${mainClassName}.java to edit this template
*/
package com.calebfontenot.exam1_calebfontenot;
package com.chloefontenot.exam1_chloefontenot;
/**
*
* @author ar114
*/
public class Exam1_CalebFontenot {
public class Exam1_ChloeFontenot {
public static void main(String[] args) {
System.out.println("Hello World!".toUpperCase());

View File

@@ -2,7 +2,7 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.calebfontenot.exam1_calebfontenot;
package com.chloefontenot.exam1_chloefontenot;
/**
*

View File

@@ -2,13 +2,13 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.calebfontenot.exam1_calebfontenot;
package com.chloefontenot.exam1_chloefontenot;
import java.util.Arrays;
/**
*
* @author caleb
* @author chloe
*/
public class MyStringBuilder {

View File

@@ -2,7 +2,7 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.calebfontenot.exam1_calebfontenot;
package com.chloefontenot.exam1_chloefontenot;
/**
*

View File

@@ -21,19 +21,19 @@ table {color: #888888; background-color: #313335; font-family: monospace}
</style>
</head>
<body>
<table width="100%"><tr><td align="center">/home/caleb/ASDV-Java/Semester 2/Exams/Exam2-Practice_CalebFontenot/src/main/java/com/calebfontenot/exam2/practice_calebfontenot/Automobile.java</td></tr></table>
<table width="100%"><tr><td align="center">/home/chloe/ASDV-Java/Semester 2/Exams/Exam2-Practice_ChloeFontenot/src/main/java/com/chloefontenot/exam2/practice_chloefontenot/Automobile.java</td></tr></table>
<pre>
<span class="comment">/*</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comment"> to change this license</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java</span><span class="comment"> to edit this template</span>
<span class="comment"> */</span>
<span class="literal">package</span> com.calebfontenot.exam2.practice_calebfontenot;
<span class="literal">package</span> com.chloefontenot.exam2.practice_chloefontenot;
<span class="literal">import</span> java.util.Objects;
<span class="comment">/**</span>
<span class="comment"> *</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">caleb</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">chloe</span>
<span class="comment">*/</span>
<span class="literal">public</span> <span class="literal">class</span> Automobile <span class="literal">implements</span> Comparable&lt;Automobile&gt; {

View File

@@ -24,19 +24,19 @@ table {color: #888888; background-color: #313335; font-family: monospace}
</style>
</head>
<body>
<table width="100%"><tr><td align="center">/home/caleb/ASDV-Java/Semester 2/Exams/Exam2-Practice_CalebFontenot/src/main/java/com/calebfontenot/exam2/practice_calebfontenot/CountryOfOrigin.java</td></tr></table>
<table width="100%"><tr><td align="center">/home/chloe/ASDV-Java/Semester 2/Exams/Exam2-Practice_ChloeFontenot/src/main/java/com/chloefontenot/exam2/practice_chloefontenot/CountryOfOrigin.java</td></tr></table>
<pre>
<span class="comment">/*</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comment"> to change this license</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java</span><span class="comment"> to edit this template</span>
<span class="comment"> */</span>
<span class="literal">package</span> com.calebfontenot.exam2.practice_calebfontenot;
<span class="literal">package</span> com.chloefontenot.exam2.practice_chloefontenot;
<span class="literal">import</span> java.util.Arrays;
<span class="comment">/**</span>
<span class="comment"> *</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">caleb</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">chloe</span>
<span class="comment">*/</span>
<span class="literal">public</span> <span class="literal">class</span> CountryOfOrigin <span class="literal">implements</span> Cloneable, Comparable&lt;CountryOfOrigin&gt; {

View File

@@ -24,20 +24,20 @@ table {color: #888888; background-color: #313335; font-family: monospace}
</style>
</head>
<body>
<table width="100%"><tr><td align="center">/home/caleb/ASDV-Java/Semester 2/Exams/Exam2-Practice_CalebFontenot/src/main/java/com/calebfontenot/exam2/practice_calebfontenot/Dealership.java</td></tr></table>
<table width="100%"><tr><td align="center">/home/chloe/ASDV-Java/Semester 2/Exams/Exam2-Practice_ChloeFontenot/src/main/java/com/chloefontenot/exam2/practice_chloefontenot/Dealership.java</td></tr></table>
<pre>
<span class="comment">/*</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comment"> to change this license</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java</span><span class="comment"> to edit this template</span>
<span class="comment"> */</span>
<span class="literal">package</span> com.calebfontenot.exam2.practice_calebfontenot;
<span class="literal">package</span> com.chloefontenot.exam2.practice_chloefontenot;
<span class="literal">import</span> java.util.ArrayList;
<span class="literal">import</span> java.util.Arrays;
<span class="comment">/**</span>
<span class="comment"> *</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">caleb</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">chloe</span>
<span class="comment">*/</span>
<span class="literal">public</span> <span class="literal">class</span> Dealership <span class="literal">extends</span> ArrayList&lt;Automobile&gt; {
<span class="comment">/**</span> <span class="comment">Sorts</span> <span class="comment">the</span> <span class="comment">inherited</span> <span class="comment">ArrayList</span> <span class="comment">of</span> <span class="comment">Automobiles</span>

View File

@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.calebfontenot</groupId>
<artifactId>Exam2-Practice1_CalebFontenot</artifactId>
<groupId>com.chloefontenot</groupId>
<artifactId>Exam2-Practice1_ChloeFontenot</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<exec.mainClass>com.calebfontenot.exam2.practice_calebfontenot.Exam2Practice_CalebFontenot</exec.mainClass>
<exec.mainClass>com.chloefontenot.exam2.practice_chloefontenot.Exam2Practice_ChloeFontenot</exec.mainClass>
</properties>
<name>Exam2-Practice1_CalebFontenot</name>
<name>Exam2-Practice1_ChloeFontenot</name>
</project>

View File

@@ -2,13 +2,13 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.calebfontenot.exam2.practice_calebfontenot;
package com.chloefontenot.exam2.practice_chloefontenot;
import java.util.Objects;
/**
*
* @author caleb
* @author chloe
*/
public class Automobile implements Comparable<Automobile> {

View File

@@ -2,13 +2,13 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.calebfontenot.exam2.practice_calebfontenot;
package com.chloefontenot.exam2.practice_chloefontenot;
import java.util.Arrays;
/**
*
* @author caleb
* @author chloe
*/
public class CountryOfOrigin implements Cloneable, Comparable<CountryOfOrigin> {

View File

@@ -2,14 +2,14 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.calebfontenot.exam2.practice_calebfontenot;
package com.chloefontenot.exam2.practice_chloefontenot;
import java.util.ArrayList;
import java.util.Arrays;
/**
*
* @author caleb
* @author chloe
*/
public class Dealership extends ArrayList<Automobile> {
/** Sorts the inherited ArrayList of Automobiles

View File

@@ -2,13 +2,13 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
*/
package com.calebfontenot.exam2.practice_calebfontenot;
package com.chloefontenot.exam2.practice_chloefontenot;
/**
*
* @author caleb
* @author chloe
*/
public class Exam2Practice_CalebFontenot {
public class Exam2Practice_ChloeFontenot {
public static void main(String[] args) {
System.out.println("Hello World!");

View File

@@ -1,4 +0,0 @@
com/calebfontenot/exam2/practice2_calebfontenot/Automobile.class
com/calebfontenot/exam2/practice2_calebfontenot/Exam2Practice2_CalebFontenot.class
com/calebfontenot/exam2/practice2_calebfontenot/Airplane.class
com/calebfontenot/exam2/practice2_calebfontenot/Vehicle.class

View File

@@ -1,3 +0,0 @@
/home/caleb/ASDV-Java/Semester 2/Assignments/Exam2-Practice2_CalebFontenot/src/main/java/com/calebfontenot/exam2/practice2_calebfontenot/Exam2Practice2_CalebFontenot.java
/home/caleb/ASDV-Java/Semester 2/Assignments/Exam2-Practice2_CalebFontenot/src/main/java/com/calebfontenot/exam2/practice2_calebfontenot/Vehicle.java
/home/caleb/ASDV-Java/Semester 2/Assignments/Exam2-Practice2_CalebFontenot/src/main/java/com/calebfontenot/exam2/practice2_calebfontenot/Automobile.java

View File

@@ -24,19 +24,19 @@ table {color: #888888; background-color: #313335; font-family: monospace}
</style>
</head>
<body>
<table width="100%"><tr><td align="center">/home/caleb/ASDV-Java/Semester 2/Assignments/Exam2-Practice2_CalebFontenot/src/main/java/com/calebfontenot/exam2/practice2_calebfontenot/Automobile.java</td></tr></table>
<table width="100%"><tr><td align="center">/home/chloe/ASDV-Java/Semester 2/Assignments/Exam2-Practice2_ChloeFontenot/src/main/java/com/chloefontenot/exam2/practice2_chloefontenot/Automobile.java</td></tr></table>
<pre>
<span class="comment">/*</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comment"> to change this license</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java</span><span class="comment"> to edit this template</span>
<span class="comment"> */</span>
<span class="literal">package</span> com.calebfontenot.exam2.practice2_calebfontenot;
<span class="literal">package</span> com.chloefontenot.exam2.practice2_chloefontenot;
<span class="literal">import</span> java.util.Objects;
<span class="comment">/**</span>
<span class="comment"> *</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">caleb</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">chloe</span>
<span class="comment">*/</span>
<span class="literal">public</span> <span class="literal">class</span> Automobile <span class="literal">extends</span> Vehicle <span class="literal">implements</span> Cloneable{

View File

@@ -21,19 +21,19 @@ table {color: #888888; background-color: #313335; font-family: monospace}
</style>
</head>
<body>
<table width="100%"><tr><td align="center">/home/caleb/ASDV-Java/Semester 2/Assignments/Exam2-Practice2_CalebFontenot/src/main/java/com/calebfontenot/exam2/practice2_calebfontenot/Vehicle.java</td></tr></table>
<table width="100%"><tr><td align="center">/home/chloe/ASDV-Java/Semester 2/Assignments/Exam2-Practice2_ChloeFontenot/src/main/java/com/chloefontenot/exam2/practice2_chloefontenot/Vehicle.java</td></tr></table>
<pre>
<span class="comment">/*</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comment"> to change this license</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java</span><span class="comment"> to edit this template</span>
<span class="comment"> */</span>
<span class="literal">package</span> com.calebfontenot.exam2.practice2_calebfontenot;
<span class="literal">package</span> com.chloefontenot.exam2.practice2_chloefontenot;
<span class="literal">import</span> java.util.Objects;
<span class="comment">/**</span>
<span class="comment"> *</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">caleb</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">chloe</span>
<span class="comment">*/</span>
<span class="literal">abstract</span> <span class="literal">public</span> <span class="literal">class</span> Vehicle <span class="literal">implements</span> Cloneable, Comparable&lt;Vehicle&gt; {

View File

@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.calebfontenot</groupId>
<artifactId>Exam2-Practice2_CalebFontenot</artifactId>
<groupId>com.chloefontenot</groupId>
<artifactId>Exam2-Practice2_ChloeFontenot</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<exec.mainClass>com.calebfontenot.exam2.practice2_calebfontenot.Exam2Practice2_CalebFontenot</exec.mainClass>
<exec.mainClass>com.chloefontenot.exam2.practice2_chloefontenot.Exam2Practice2_ChloeFontenot</exec.mainClass>
</properties>
</project>

View File

@@ -2,13 +2,13 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.calebfontenot.exam2.practice2_calebfontenot;
package com.chloefontenot.exam2.practice2_chloefontenot;
import java.util.Objects;
/**
*
* @author caleb
* @author chloe
*/
public class Automobile extends Vehicle implements Cloneable{

View File

@@ -2,13 +2,13 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
*/
package com.calebfontenot.exam2.practice2_calebfontenot;
package com.chloefontenot.exam2.practice2_chloefontenot;
/**
*
* @author caleb
* @author chloe
*/
public class Exam2Practice2_CalebFontenot {
public class Exam2Practice2_ChloeFontenot {
public static void main(String[] args) {
System.out.println("Hello World!");

View File

@@ -1,10 +1,10 @@
package com.calebfontenot.exam2.practice2_calebfontenot;
package com.chloefontenot.exam2.practice2_chloefontenot;
import java.util.Objects;
/**
*
* @author caleb
* @author chloe
*/
public class Automobile extends Vehicle implements Cloneable{

View File

@@ -2,13 +2,13 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.calebfontenot.exam2.practice2_calebfontenot;
package com.chloefontenot.exam2.practice2_chloefontenot;
import java.util.Objects;
/**
*
* @author caleb
* @author chloe
*/
abstract public class Vehicle implements Cloneable, Comparable<Vehicle> {

View File

@@ -0,0 +1,4 @@
com/chloefontenot/exam2/practice2_chloefontenot/Automobile.class
com/chloefontenot/exam2/practice2_chloefontenot/Exam2Practice2_ChloeFontenot.class
com/chloefontenot/exam2/practice2_chloefontenot/Airplane.class
com/chloefontenot/exam2/practice2_chloefontenot/Vehicle.class

View File

@@ -0,0 +1,3 @@
/home/chloe/ASDV-Java/Semester 2/Assignments/Exam2-Practice2_ChloeFontenot/src/main/java/com/chloefontenot/exam2/practice2_chloefontenot/Exam2Practice2_ChloeFontenot.java
/home/chloe/ASDV-Java/Semester 2/Assignments/Exam2-Practice2_ChloeFontenot/src/main/java/com/chloefontenot/exam2/practice2_chloefontenot/Vehicle.java
/home/chloe/ASDV-Java/Semester 2/Assignments/Exam2-Practice2_ChloeFontenot/src/main/java/com/chloefontenot/exam2/practice2_chloefontenot/Automobile.java

View File

@@ -24,20 +24,20 @@ table {color: #888888; background-color: #313335; font-family: monospace}
</style>
</head>
<body>
<table width="100%"><tr><td align="center">/home/caleb/ASDV-Java/Semester 2/Exams/PracticeExam1/src/main/java/com/calebfontenot/practiceexam1/Person.java</td></tr></table>
<table width="100%"><tr><td align="center">/home/chloe/ASDV-Java/Semester 2/Exams/PracticeExam1/src/main/java/com/chloefontenot/practiceexam1/Person.java</td></tr></table>
<pre>
<span class="comment">/*</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comment"> to change this license</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java</span><span class="comment"> to edit this template</span>
<span class="comment"> */</span>
<span class="literal">package</span> com.calebfontenot.practiceexam1;
<span class="literal">package</span> com.chloefontenot.practiceexam1;
<span class="literal">import</span> java.util.GregorianCalendar;
<span class="literal">import</span> java.util.Objects;
<span class="comment">/**</span>
<span class="comment"> *</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">caleb</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">chloe</span>
<span class="comment">*/</span>
<span class="literal">public</span> <span class="literal">class</span> Person {
<span class="literal">private</span> String <span class="ST2">name</span>;

View File

@@ -24,20 +24,20 @@ table {color: #888888; background-color: #313335; font-family: monospace}
</style>
</head>
<body>
<table width="100%"><tr><td align="center">/home/caleb/ASDV-Java/Semester 2/Exams/PracticeExam1/src/main/java/com/calebfontenot/practiceexam1/Problem1ArrayNames.java</td></tr></table>
<table width="100%"><tr><td align="center">/home/chloe/ASDV-Java/Semester 2/Exams/PracticeExam1/src/main/java/com/chloefontenot/practiceexam1/Problem1ArrayNames.java</td></tr></table>
<pre>
<span class="comment">/*</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comment"> to change this license</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java</span><span class="comment"> to edit this template</span>
<span class="comment"> */</span>
<span class="literal">package</span> com.calebfontenot.practiceexam1;
<span class="literal">package</span> com.chloefontenot.practiceexam1;
<span class="literal">import</span> java.util.Arrays;
<span class="literal">import</span> java.util.Scanner;
<span class="comment">/**</span>
<span class="comment"> *</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">caleb</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">chloe</span>
<span class="comment">*/</span>

View File

@@ -24,19 +24,19 @@ table {color: #888888; background-color: #313335; font-family: monospace}
</style>
</head>
<body>
<table width="100%"><tr><td align="center">/home/caleb/ASDV-Java/Semester 2/Exams/PracticeExam1/src/main/java/com/calebfontenot/practiceexam1/Problem2ArrayObjects.java</td></tr></table>
<table width="100%"><tr><td align="center">/home/chloe/ASDV-Java/Semester 2/Exams/PracticeExam1/src/main/java/com/chloefontenot/practiceexam1/Problem2ArrayObjects.java</td></tr></table>
<pre>
<span class="comment">/*</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comment"> to change this license</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java</span><span class="comment"> to edit this template</span>
<span class="comment"> */</span>
<span class="literal">package</span> com.calebfontenot.practiceexam1;
<span class="literal">package</span> com.chloefontenot.practiceexam1;
<span class="literal">import</span> java.util.Scanner;
<span class="comment">/**</span>
<span class="comment"> *</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">caleb</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">chloe</span>
<span class="comment">*/</span>
<span class="literal">public</span> <span class="literal">class</span> Problem2ArrayObjects {

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.calebfontenot</groupId>
<groupId>com.chloefontenot</groupId>
<artifactId>PracticeExam1</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
@@ -9,6 +9,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<exec.mainClass>com.calebfontenot.practiceexam1.PracticeExam1</exec.mainClass>
<exec.mainClass>com.chloefontenot.practiceexam1.PracticeExam1</exec.mainClass>
</properties>
</project>

View File

@@ -2,14 +2,14 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.calebfontenot.practiceexam1;
package com.chloefontenot.practiceexam1;
import java.util.GregorianCalendar;
import java.util.Objects;
/**
*
* @author caleb
* @author chloe
*/
public class Person {
private String name;

View File

@@ -2,11 +2,11 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
*/
package com.calebfontenot.practiceexam1;
package com.chloefontenot.practiceexam1;
/**
*
* @author caleb
* @author chloe
*/
public class PracticeExam1 {

View File

@@ -2,14 +2,14 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.calebfontenot.practiceexam1;
package com.chloefontenot.practiceexam1;
import java.util.Arrays;
import java.util.Scanner;
/**
*
* @author caleb
* @author chloe
*/

View File

@@ -2,13 +2,13 @@
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package com.calebfontenot.practiceexam1;
package com.chloefontenot.practiceexam1;
import java.util.Scanner;
/**
*
* @author caleb
* @author chloe
*/
public class Problem2ArrayObjects {

View File

@@ -7,8 +7,8 @@
<!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.-->
<project name="ProgrammingExam2_CalebFontenot" default="default" basedir=".">
<description>Builds, tests, and runs the project ProgrammingExam2_CalebFontenot.</description>
<project name="ProgrammingExam2_ChloeFontenot" default="default" basedir=".">
<description>Builds, tests, and runs the project ProgrammingExam2_ChloeFontenot.</description>
<import file="nbproject/build-impl.xml"/>
<!--
@@ -58,7 +58,7 @@
An example of overriding the target for project execution could look like this:
<target name="run" depends="ProgrammingExam2_CalebFontenot-impl.jar">
<target name="run" depends="ProgrammingExam2_ChloeFontenot-impl.jar">
<exec dir="bin" executable="launcher.exe">
<arg file="${dist.jar}"/>
</exec>

View File

@@ -19,7 +19,7 @@ is divided into following sections:
- cleanup
-->
<project xmlns:if="ant:if" xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" xmlns:unless="ant:unless" basedir=".." default="default" name="ProgrammingExam2_CalebFontenot-impl">
<project xmlns:if="ant:if" xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" xmlns:unless="ant:unless" basedir=".." default="default" name="ProgrammingExam2_ChloeFontenot-impl">
<fail message="Please build using Ant 1.8.0 or higher.">
<condition>
<not>
@@ -619,7 +619,7 @@ is divided into following sections:
</fileset>
</union>
<taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/>
<testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="ProgrammingExam2_CalebFontenot" testname="TestNG tests" workingDir="${work.dir}">
<testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="ProgrammingExam2_ChloeFontenot" testname="TestNG tests" workingDir="${work.dir}">
<xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/>
<propertyset>
<propertyref prefix="test-sys-prop."/>
@@ -716,7 +716,7 @@ is divided into following sections:
<condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}">
<isset property="test.method"/>
</condition>
<condition else="-suitename ProgrammingExam2_CalebFontenot -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
<condition else="-suitename ProgrammingExam2_ChloeFontenot -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
<matches pattern=".*\.xml" string="@{testClass}"/>
</condition>
<delete dir="${build.test.results.dir}" quiet="true"/>
@@ -1057,7 +1057,7 @@ is divided into following sections:
<delete file="${built-jar.properties}" quiet="true"/>
</target>
<target if="already.built.jar.${basedir}" name="-warn-already-built-jar">
<echo level="warn" message="Cycle detected: ProgrammingExam2_CalebFontenot was already built"/>
<echo level="warn" message="Cycle detected: ProgrammingExam2_ChloeFontenot was already built"/>
</target>
<target depends="init,-deps-jar-init" name="deps-jar" unless="no.deps">
<mkdir dir="${build.dir}"/>
@@ -1728,7 +1728,7 @@ is divided into following sections:
<delete file="${built-clean.properties}" quiet="true"/>
</target>
<target if="already.built.clean.${basedir}" name="-warn-already-built-clean">
<echo level="warn" message="Cycle detected: ProgrammingExam2_CalebFontenot was already built"/>
<echo level="warn" message="Cycle detected: ProgrammingExam2_ChloeFontenot was already built"/>
</target>
<target depends="init,-deps-clean-init" name="deps-clean" unless="no.deps">
<mkdir dir="${build.dir}"/>

View File

@@ -28,7 +28,7 @@ debug.test.modulepath=\
dist.archive.excludes=
# This directory is removed when the project is cleaned:
dist.dir=dist
dist.jar=${dist.dir}/ProgrammingExam2_CalebFontenot.jar
dist.jar=${dist.dir}/ProgrammingExam2_ChloeFontenot.jar
dist.javadoc.dir=${dist.dir}/javadoc
excludes=
includes=**
@@ -62,7 +62,7 @@ javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
main.class=programmingexam2_calebfontenot.ProgrammingExam2_CalebFontenot
main.class=programmingexam2_chloefontenot.ProgrammingExam2_ChloeFontenot
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false

View File

@@ -3,7 +3,7 @@
<type>org.netbeans.modules.java.j2seproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>ProgrammingExam2_CalebFontenot</name>
<name>ProgrammingExam2_ChloeFontenot</name>
<source-roots>
<root id="src.dir"/>
</source-roots>

View File

@@ -3,13 +3,13 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package programmingexam2_calebfontenot;
package programmingexam2_chloefontenot;
/**
*
* @author ar114
*/
public class ProgrammingExam2_CalebFontenot {
public class ProgrammingExam2_ChloeFontenot {
/**
* @param args the command line arguments