Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Wilson/Lteaching.java
Original file line number Diff line number Diff line change
@@ -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 {

}
30 changes: 30 additions & 0 deletions Wilson/NewClass.java
Original file line number Diff line number Diff line change
@@ -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;
}
}
26 changes: 26 additions & 0 deletions Wilson/lecturer.java
Original file line number Diff line number Diff line change
@@ -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;
}

}

28 changes: 28 additions & 0 deletions Wilson/main.java
Original file line number Diff line number Diff line change
@@ -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");
}
}
27 changes: 27 additions & 0 deletions Wilson/student.java
Original file line number Diff line number Diff line change
@@ -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;
}
}



4 changes: 3 additions & 1 deletion src/com/company/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ public class Main {
public static void main(String[] args) {
// write your code here
}
}
}//testing, testing 1 2 3