In Java, Display the following pattern using loops
Posted: Sat Jun 25, 2022 2:36 pm
In Java,
Display the following pattern using loops
Pattern A 1 12 1 2 3 1 2 3 4 1 2 3 4 5 1 2 3 4 5 6 Pattern B 1 2 3 4 5 6 1 2 3 4 5 1 2 3 4 1 2 3 12 1 Pattern C 1 21 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1
Display the following pattern using loops
Pattern A 1 12 1 2 3 1 2 3 4 1 2 3 4 5 1 2 3 4 5 6 Pattern B 1 2 3 4 5 6 1 2 3 4 5 1 2 3 4 1 2 3 12 1 Pattern C 1 21 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1