Answered You can hire a professional tutor to get the answer.
Assignment 3.1 - Console Application Write a console application and document the results. Create a console application project.
Assignment 3.1 - Console Application
Write a console application and document the results.
- Create a console application project.
- The console application should be able to display the following content line by line:
a. ---------------------------------------------------------
b. My name is {put your name here}
c. I'm a new student, and this is my first program
d. **************************************
e. My student id is: 112345
f. My birthdate is: 01-23-1943
g. I'm currently 30 years old
h. ______________________________________
- Write an APA paper that explain your development process that includes :
- Identify any roadblock or challenge encountered during the development.
- How did you go about solving any roadblock or challenge you faced?
- Describe each line of code in your console application program.cs file, its function and reasons for existence.
- Provide a screen shot of program results (the console application black screen).