diff --git a/Lab.java b/Lab.java new file mode 100644 index 0000000..0e45c7f --- /dev/null +++ b/Lab.java @@ -0,0 +1,11 @@ +public class Lab { + private int number_modified_in_the_master; + + public int getNumber() { + return this.number_modified_in_the_master; + } + + public void setNumber(int num) { + this.number_modified_in_the_master = num; + } +} \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..6758942 --- /dev/null +++ b/readme.md @@ -0,0 +1,2 @@ +This is the Lab Assignment for the CSE 3120. +Md. Nazrul Islam (1707086)