In this part of the assignment you are required to create a


In this part of the assignment, you are required to create a C# Console Application project. The project name should be A3P1.

For example a student with first name John and Last name Smith would name the project A3JohnSmithP1. You are creating a console based math program.

This program will be shown as a menu with several options. The menu should be created with a do loop. The first option is to display a list of even numbers beginning at 0.

Once this option is selected, the program asks the user for the number of even numbers to display. After the user provides this input, all the values should be displayed at once. This option should be created using a "for" loop.

The second option is to display a sequence of perfect squares. The program should begin by printing the square of 1, and ask the user if they to continue or stop and return to the original menu. If the user does not want to quit, the next square is printed. This continues until the user wishes to end the sequence.

This option should be created using a while loop. The third option is to exit the program. Any invalid option entered by the user should prompt the menu to reappear and ask the same three options.

Any numeric entry by the user should not crash if the user enters a string.

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: In this part of the assignment you are required to create a
Reference No:- TGS02885059

Expected delivery within 24 Hours