Skip to content

limon2009/Logical-Problem-In-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Some interesting logical problem and solutions in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages