MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Method main

Java/PatternQuestions/AP1.java:4–7  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

2
3public class AP1 {
4 public static void main(String[] args) {
5 Q1(4,5);
6
7 }
8 static void Q1(int m,int n) {
9 for(int i=1;i<=m;i++){
10 for(int j=1;j<=n;j++) {

Callers

nothing calls this directly

Calls 1

Q1Method · 0.95

Tested by

no test coverage detected