Computer Science, asked by agentarnav14, 1 month ago

Write a menu driven program in Java to print the following patterns as per the user’s choice.




2 4 6 8 10 #

2 4 6 8 # #

2 4 6 # # #

2 4 # # # #

2 # # # # #

Answers

Answered by devasam007
0

Answer:

24681012

Explanation:

2468101224681012246810246810

Similar questions