Scenario:
Your goal is to solve the following programming lab activity. Write a program that prompts and accepts a number between 1 and 12. After getting the input, display the number with the appropriate month (e.g., "This is the 1st month...January, This is the 2nd month...February, This is the 12th month...December").
Be sure to think about the logic and design first (IPO chart and/or pseudocode), then code the program in C#.
1-Variable List With Data Type
List all variables that you will use (use valid variable names). Indicate whether the data type is string, integer, or decimal, and so on.
2-IPO Model
List the inputs, any processes/calculations, and outputs. Use the same valid variable names that you used in Step 1.
Inputs Process (calculations) Output
3-Flowchart
Use MS Visio to create a flowchart. Paste the flowchart here or attach it as a separate document. Use the same valid variable names that you used in Step 1.
4-Pseudocode
Describe your solution using pseudocode. Use the same valid variable names that you selected in Step 1.
5-C# Code
Screenshot of Running Program
Copy/paste your C# code here.
Paste a screenshot of the complete working program here.