Computer Science, asked by sanmani78, 4 days ago

write a menu driven program in java to print following series and pattern using two function series() and pattern().
13579
11357
12135
12313
12341

pls help..

Answers

Answered by thakrepayal25
0

In Java, a menu-driven programme is one that displays a menu and then asks the user to select an option from the displayed menu.

The programme generates an output based on the user's selection of an option. This type of programme has a lot of interaction with the user and is thus user-friendly.

The following menu-driven Java programme uses Java switch-case to calculate the area of various geometrical figures based on the user's selection.

13579 a menu-driven java programme that prints the following series and pattern using two functions: series() and pattern().

Similar questions