| Due: 21:00 F 10/5 | ||
C++ ProgrammingA programmer is a machine for turning coffee into c++.-- not quite what Paul Erdös said (Post your P1 questions/answers to the 122 Blog.) |
||
Project Requirements
Always Echo the InputTo "echo the input" means to display the value entered by the user. Always echo program input for your reader. For example, if a program prints this: The input string is not a palindrome.The output does not include the string being tested, so there is no way for the reader to determine if this is a true statement. Instead, you should Echo the input for your reader: The input string "go hang a salami, I'm a lasagna hog" is a palindrome.
|