[C#] A1. IPO Charts

Date:     Updated:

Categories:

Tags:

📋 This is my note-taking from what I learned in the class “Programming 1 - COMP 100-002”

Instructions

For each of the problems below, identify the output(s) and the inputs. Generate a detailed algorithm (you must prompt for and accept inputs and then display the output on the console) and create a two-column IPO chart with the required algorithm. Your C# statements must align with the matching IPO chart information. Your identifiers must be description and the type must be appropriate to the data that you will be working with. You should desk check your algorithm

Checklist:

  • Did you copy the problem specification to your answer page?
  • Do you have a sample calculation with actual number?
  • Do you have 3 columns?
  • Are you using identifiers without spaces?
  • Are you using a fixed-face font?
  • Does the IPO statement align with the appropriate C# statement? (You may add empty lines, reduce the size of the fonts and/or adjust the width of the columns)


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26




Back to Top

See other articles in Category CS

Leave a comment