MCPcopy Create free account
hub / github.com/Manvityagi/PW-Skills-Java-Course-Codes / main

Method main

Lecture 27/src/Main.java:33–38  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

31 }
32
33 public static void main(String[] args) {
34 Scanner sc = new Scanner(System.in);
35 int n = sc.nextInt();
36// printIncreasing(n);
37 printDecreasing(n);
38 }
39}

Callers

nothing calls this directly

Calls 1

printDecreasingMethod · 0.95

Tested by

no test coverage detected