Assignment for February 22th

 

  1. If you got an idea of how to fix one of your programs (that didn’t get accepted or didn’t run last week) from the discusssion in class fix it and resubmit.

 

  1. Read chapter 3 about Strings.  It would be good to key in the program presented in the chapter.

 

  1. Get WERTYU at the end of the chapter coded, checked, submitted, and accepted.

 

  1. Choose one other problem at the end of chapter 3 to solve.

 

  1. Remember to post your solutions on Blackboard.  Indicate when you submit whether it was accepted or not.  You can e-mail me in advance of class (by noon on Wednesday) and tell me:  who worked on the problem, which problem, which language, did it run on the pc? did you submit it?  Was it accepted?  If not,  which error did you have.

 

Note:  Any programs written from now on OR fixed and re-submitted MUST be adequately documented.   At this point, you do not have to go back and document the programs that were accepted.   Documentation includes, but is not limited to:

          name of programmers

          name of problem

          brief description of problem

          description of input

          description of output

          explanations of why you are looping;  of why loop stops, etc.

          purpose of variables