Internet Explorer in all versions is a dangerous browser. It has many deficiencies and security vulnerabilities that make it unsafe.
You should instead use a current version of Chrome or
Firefox if you're using windows or Safari for the Mac.
This site will not function properly in Internet Explorer. Emails will not be sent, downloads will not function, assignments will not be
submitted...
Lab01 Center Text
Due: Tuesday September 06, 2016 11:59 PM
Lab01 - Center Text
Requirements
Pseudocode and the Flowchart contain all of the needed logical steps
25 pts
Pseudocode and the flowchart are unambiguous
10 pts
Pseudocode is in proper form and is readable
5 pts
Flowchart is in the appropriate form with correct shapes and arrows
To practice creating simple pseudocode and flowcharts
Instructions
Basics
For this lab you will need to describe in detail all of the steps that are needed to display a string (a group of characters) centered within an area. Think of centering the title at the top of a document, for example.
Tools
Assume that for this task you only know the number of characters in the string and the width in characters of the display area. Again, imagine you know the number of letters in the title and how wide the document is in spaces.
Also assume that the only instructions you can give are those for basic arithmetic and inputs from a keyboard, there is no magic "center alignment" button or feature.
Deliverables
You will need to express the logic of this program as both pseudocode and as a flowchart.