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

Method main

Programs/patterns/Pattern9.java:4–6  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

2
3public class Pattern9 {
4 public static void main(String[] args) {
5 pattern9(4);
6 }
7// 4 4 4 4 4 4 4 4 4
8// 4 3 3 3 3 3 3 3 4
9// 4 3 2 2 2 2 2 3 4

Callers

nothing calls this directly

Calls 1

pattern9Method · 0.95

Tested by

no test coverage detected