Difference between revisions of "Know Your Standards"

From CompSciWiki
Jump to: navigation, search
Line 3: Line 3:
 
|Problem=   
 
|Problem=   
  
Your sixteen year old brother comes to you for help in a programming assignment he has in school.  He claims doesn't even understand his own code.  You glance over his work and notice how badly structured his program is.  Edit the provided code below without the use of any editors and compilers, and explain why the edit was necessary.
+
Your sixteen year old brother comes to you for help in a programming assignment he has in school.  He claims doesn't even understand his own code.  His program is supposed to  You glance over his work and notice how badly structured his program is.  Edit the provided code below without the use of any editors and compilers, and explain why the edit was necessary.
 
<pre>
 
<pre>
  

Revision as of 10:46, 8 April 2010

{{1010PrAD|ProblemName=The name of the program

|Problem=

Your sixteen year old brother comes to you for help in a programming assignment he has in school. He claims doesn't even understand his own code. His program is supposed to You glance over his work and notice how badly structured his program is. Edit the provided code below without the use of any editors and compilers, and explain why the edit was necessary.


|SideSectionTitle=<center>If Statements and Named Constants

|SideSection=[[Image:Wiki_sign01.jpg|center]]<BR>

|Solution=The solution...

}}