Question: Prepare pseudocode identifying the steps that are needed for this application to work. The application should prompt the user for the following information: Name Whether
Prepare pseudocode identifying the steps that are needed for this application to work.
The application should prompt the user for the following information:
Name
Whether or not he or she has programming experience
How many years of programming experience
One item about the person that he or she wishes to share (interests, hobbies, etc.).
Display information entered by the user on the screen in the same order it was entered.
You need to determine what variables are needed, as well as the corresponding data types you will use for each.
Identify the sequence of the questions you are going to ask and also what the resulting output will look like summarizing the user information.
Write a C# console application that implements the pseudocode. Note that the program must output the data that was entered by the user. This program must use variables, though the data type is at your discretion.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
