Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 839

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 839

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 839

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 839

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 839

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 839

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860
The Mind Of Sauron - Huben's Wiki

The Mind Of Sauron

From Huben's Wiki
Jump to: navigation, search
 
Line 1: Line 1:
Project Simulate Sauron
+
[[Image:Eye of sauron.jpg]]
  
We are going to write a sizable class, but it will not need to compile.  The goal is to get the variable and method declarations right.
+
We are going to write a sizable class, compile it, and run it.  The goal is to get the variable and method declarations right and the arguments and returns right.
  
 
When writing variable declarations, you need to consider:
 
When writing variable declarations, you need to consider:
Line 29: Line 29:
 
* Methods:
 
* Methods:
 
** A method printing an evil cackle.
 
** A method printing an evil cackle.
** A method dispatching a number of ringwraiths to a location name.
+
** A method dispatching a number of ringwraiths to a location name. (It doesn't have to do anything, just have the arguments.)
 +
** A method for chanting a spell.  Its argument is an array of words, three in number.  It should call another method for each word that will print the word twice.
 +
** A method for calculating the number of Hobbits needed as food by a number of Orcs and a number of Uruk-Hais over some number of days.
 +
** A main() method.
 +
*** Start with a cackle!
 +
*** Chant the spell in your field, then chant another spell you make up.
 +
*** Send 9 ringwraiths to The Shire.
 +
*** Print the number of Hobbits needed as food for your army every week.
 +
*** Print the number of Hobbits needed as food for your army every week if you double the number of Orcs.
 +
 
 +
When you are done, put the code and the results from running it into a document, then print it for me to grade.  You can also show me what you've done at the computer any time.  Do not get stuck: you should be able to get this done today if you persevere.  If you can't then finish it for homework.
 +
 
 +
<!--
 +
What we should have learned:
 +
* How to translate an English description into a field or method.
 +
* You don't need to know the context to program something.
 +
* How to follow instructions closely and completely.
 +
* How to use a method more than once with different arguments.
 +
* How to make a method and use it more than once rather than duplicate code.
 +
* How to make and use arrays.
 +
* How to initialize Strings and arrays of Strings.
 +
* Returned values must match the return type.
 +
* The difference between int and double, especially for division.
 +
* How to pick meaningful names for methods and variables (fields and local variables.)
 +
* The meaning of static, public and private can still be a mystery.
 +
* Pitfall: using the same name for a field and an argument or local variable.  Don't do it.
 +
* We can write a large, awesome program that does real stuff!
 +
-->
 +
Rubric (partial credit is available for all items):
 +
{| border="1"
 +
|-
 +
| Points
 +
| Description
 +
|-
 +
| 30
 +
| Following instructions closely and completely.
 +
|-
 +
| 20
 +
| Translation of an English description into a field or method.
 +
|-
 +
| 10
 +
| Using a method more than once with different arguments rather than duplicating code.
 +
|-
 +
| 10
 +
| Making and using arrays.
 +
|-
 +
| 10
 +
| Initializing Strings and arrays of Strings.
 +
|-
 +
| 10
 +
| Returned values must match the return type.
 +
|-
 +
| 10
 +
| The difference between int and double, especially for division.
 +
|-
 +
| 10
 +
| Meaningful names for methods and variables
 +
|-
 +
|}

Latest revision as of 11:48, 27 October 2013

translate