MONT 105S, Spring 2009

Home | | Course Schedule | | Assignments | | Lecture Notes

MONT 105S Homework 8 Cover Page

Name 
People you worked with 

Part a: Removing spaces.PointsScore
File Prologue1 pt 
Prompt user for word or phrase1 pt 
Create a variable containing an empty string1 pt 
Correct use of while loop to remove spaces3 pts 
Correct use of lower( ) to convert to lower case2 pts 
Mimics Sample Output2 pts 
Total for part a10 pts 

Part b: PalindromesPointsScore
Use of flag variable2 pts 
Use of while loop to compare characters at ends4 pts 
Uses conditional with flag to print appropriate message.2 pts 
Mimics Sample output2 pts 
Total for part b10 pts 
Total for Assignment20 pts