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

Method set

Programs/JavaClasses.java:6–9  ·  view source on GitHub ↗
(int m, int n)

Source from the content-addressed store, hash-verified

4 private int x, y;
5 // Function to set the values of x and y -
6 public void set(int m, int n) {
7 x = m;
8 y = n;
9 }
10 // Function to display the product along with the values of x and y -
11 public void display() {
12 System.out.println("The value of x = " + x);

Callers 4

mainMethod · 0.95
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected