Question: Develop an interactive java program using dialogs for both input and output, name your Java file and Class Project03 to calculate the Mathematical series using

Develop an interactive java program using dialogs for both input and output, name your Java file and Class Project03 to calculate the Mathematical series using an interactive menu. You should display a menu with the following items: 2. (13+23+33++N3) N! 4. Exit Once user select a number in the range of 1-4, prompt the user for the value of N, a positive integer. If the number entered is anything other than integers between 1 and 4, display an error message and ask user to enter a number between 1 and 4. Design a method called menu to display the menu as shown above. For menu items 1- 3, design methods with input argument N that returns the value of formula (use double data type to represent the output argument). Design another method to display the results
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
