Collaboration Statements and ZIP
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
COS225 - HW2
|
||||
06 FEB 2022
|
||||
NICHOLAS PEASE
|
||||
|
||||
ALL WORK BELOW IS MY OWN
|
||||
|
||||
*/
|
||||
|
||||
public class Grove {
|
||||
public String groveName;
|
||||
public Tree[] trees = new Tree[8];
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
|
||||
/*
|
||||
COS225 - HW2
|
||||
06 FEB 2022
|
||||
NICHOLAS PEASE
|
||||
|
||||
ALL WORK BELOW IS MY OWN
|
||||
|
||||
*/
|
||||
|
||||
public class GroveTester {
|
||||
public static void main(String[] args) {
|
||||
Grove newGrove = new Grove("Grove One");
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
COS225 - HW2
|
||||
06 FEB 2022
|
||||
NICHOLAS PEASE
|
||||
|
||||
ALL WORK BELOW IS MY OWN
|
||||
|
||||
*/
|
||||
public class Tree {
|
||||
public int idNum;
|
||||
public int age;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user