Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For this homework, you will hand in an English outline for your Programming Assignment 1. This should be done in a C++ file. Name the

For this homework, you will hand in an English outline for your Programming Assignment 1. This should be done in a C++ file. Name the file with your last name in this format (augustine-PA1-outline.cpp). You should use legitimate comments (// for single line or /* ...*/ for block comments). You should compile this on the Linux system (csegrid.ucdenver.edu) and get no syntax errors. You do NOT need to place other C++ code into the file. You can if you would like, but I would recommend putting those statements in comments, so that you spend most of your time putting the algorithm in plain English. Remember to put your name and information in comments at the top. Please do not just place all comments in a single set of block comments. The idea is to write a comment, and then a line or two of C++ code directly below that English Comment. Do what you can. Don't worry about perfection at this point. We want you to at least have a starting point....not the entire program complete....Good Luck. Please email me via email if you have questions.

For this programming assignment you will use cout, while loops, for loops, if statements (and for extra credit switch statements and reading in from a file)

Programming Assignment 1 Outline (10 points)

Create an outline in plain English using individual line comments. Make sure to indent. If something is associated with a loop for example you would say

//loop until

//step 1

//step 2

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions