Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 279 Bytes

File metadata and controls

14 lines (12 loc) · 279 Bytes

Logical-Problem-In-Java

Some interesting logical problem and solutions in Java

  1. Printing the following number pyramid WITHOUT ANY LOOP and also not hard-coded print statement.

1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1