MCPcopy Create free account
hub / github.com/apna-college/Alpha / main

Method main

0_JavaProgrammingBasics/Patterns/Patterns.java:214–226  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

212 }
213
214 public static void main(String args[]) {
215 hollowRectangle(4, 5);
216 inverted_rotated_halfPyramid(4);
217 inverted_halfPyramid_withNumbers(5);
218 floyds_triangle(5);
219 zero_one_triangle(5);
220 butterfly(4);
221 solid_rhombus(5);
222 hollow_rhombus(5);
223 diamond(4);
224 number_pyramid(5);
225 palindromic_pattern_withNumbers(5);
226 }
227}

Callers

nothing calls this directly

Calls 11

hollowRectangleMethod · 0.95
floyds_triangleMethod · 0.95
zero_one_triangleMethod · 0.95
butterflyMethod · 0.95
solid_rhombusMethod · 0.95
hollow_rhombusMethod · 0.95
diamondMethod · 0.95
number_pyramidMethod · 0.95

Tested by

no test coverage detected