diff --git a/Wilson/Lteaching.java b/Wilson/Lteaching.java new file mode 100644 index 0000000..9c7cdb1 --- /dev/null +++ b/Wilson/Lteaching.java @@ -0,0 +1,13 @@ +/* + * 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. + */ + +/** + * + * @author user + */ +class Lteaching { + +} diff --git a/Wilson/NewClass.java b/Wilson/NewClass.java new file mode 100644 index 0000000..2b2136a --- /dev/null +++ b/Wilson/NewClass.java @@ -0,0 +1,30 @@ +/* + * 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. + */ + +/** + * + * @author user + */ +public class NewClass { + + + int Lteaching(int Lteaching){ + + return Lteaching; + } + int Lanswer(int Lanswer){ + + return Lanswer; + } + int Squestion(int Squestion){ + + return Squestion; + } + int Sanswer(int Sanswer){ + + return Sanswer; + } +} diff --git a/Wilson/lecturer.java b/Wilson/lecturer.java new file mode 100644 index 0000000..255529c --- /dev/null +++ b/Wilson/lecturer.java @@ -0,0 +1,26 @@ +/* + * 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. + */ + +/** + * + * @author user + */ +public class lecturer { + int studentquestion; + int lecturerquestion; + int studentanswer; + int lectureranswer; + + public void Lteaching(){ + int lecturerquestion = lecturerquestion + 1; + } + + public void Lansewr(){ + int lectureranswer = lectureranswer + 1; + } + +} + diff --git a/Wilson/main.java b/Wilson/main.java new file mode 100644 index 0000000..36714e5 --- /dev/null +++ b/Wilson/main.java @@ -0,0 +1,28 @@ +/* + * 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. + */ + +/** + * + * @author user + */ +public class main { + public static void main (String [] args){ + + NewClass = new NewClass; + + if (lecturerquestion == 1){ + System.out.println("What is the answer?"); + } + else if (studentquestion == 1){ + System.out.println("This is the question"); + } + else if (lectureranswer == 1){ + System.out.println("Here is the answer"); + } + else (studentanswer == 1){ + System.out.println("I think the answer is like that"); + } +} diff --git a/Wilson/student.java b/Wilson/student.java new file mode 100644 index 0000000..8095004 --- /dev/null +++ b/Wilson/student.java @@ -0,0 +1,27 @@ +/* + * 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. + */ + +/** + * + * @author user + */ +public class student { + int studentquestion; + int lecturerquestion; + int studentanswer; + int lectureranswer; + + public void Squestion(){ + int studentquestion = studentquestion + 1; + } + + public void Sanswer(){ + int studentanswer = studentanswer + 1; + } +} + + + diff --git a/src/com/company/Main.java b/src/com/company/Main.java index d9d1a8b..f052e77 100644 --- a/src/com/company/Main.java +++ b/src/com/company/Main.java @@ -5,4 +5,6 @@ public class Main { public static void main(String[] args) { // write your code here } -} +}//testing, testing 1 2 3 + +