CIS 115 CIS115 Week 3 Activity Decision Calendar Answer
CIS 115 CIS115 Week 3 Activity Decision Calendar Answer
BUY HERE⬊
TCO 3—Given a simple problem, design and desk-check a solution algorithm requiring a modular design that is expressed in terms of pseudocode or program notes, input-process-output (IPO) analysis, and a flow chart.
TCO 4—Given a simple problem that requires one or more decisions, create a working solution that uses decisions with logical and relational expressions.
TCO 8—Given a more complex problem, develop a complete solution that includes a comprehensive statement of the problem, complete program design, and program documentation.
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#
Declare string monthOftheYear
Declare char 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
Comments
Post a Comment