ICA-CP: 10/25/06 Our own Eliza
Good afternoon!
We will do a quick review of Java data types and and then dive into some new computer programming theory on classes and inheritance. Our quiz on Friday will cover data types, object oriented classes, and inheritance.
We are beginning the new quarter with a new assignment: Make-Your-Own-Eliza. This assignment will be worth 100 points. Your grade for Eliza will be: 20 points algorithm, 20 points pseudo-code, 40 points running code, and 20 points documentation. Our Eliza will be an abbreviated version of the program. You may name your analyst whoever you like. You may work in a team or by yourself. Pick six emotive words for the user to enter, and have a reply for each. The user enters one word, and then sees a reply on the screen. If you work in a team, there must be 6 words with responses for each person on the team. The program continues to run until a user enters the word, "Done". You must include all of the following in your program: a while loop, a for loop, and nested if/else statements.
Due today: The name of your analyst for Make-Your-Own-Eliza and names of all on your programming team.
0 Comments:
Post a Comment
<< Home