MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / display

Method display

Programs/eduInstitute.java:46–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 subject = sc.next();
45 }
46 void display() {
47 System.out.println("Displaying teacher details: ");
48 System.out.println("Name: " + name);
49 System.out.println("ID: " + id);
50 System.out.println("Years of experience: " + expYears);
51 System.out.println("Subject taught: " + subject);
52 }
53}
54
55public class EduInstitute {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected