Difference between revisions of "CSC231 Homework 3"

From dftwiki3
Jump to: navigation, search
(New page: <meta name="keywords" content="computer science, assembly language, pentium, exercise, machine language, intel" /> <meta name="description" content="Dominique Thiebaut's Web Page" /> <meta...)
 
Line 15: Line 15:
  
 
=Assignment #3=
 
=Assignment #3=
 +
 +
==Problem #1==
 +
Same problem as we did in class.  Below is the mystery program.  Its output is listed in the header of the program.
 +
 +
<code><pre>
 +
 +
</pre></code>

Revision as of 13:54, 24 September 2008

<meta name="keywords" content="computer science, assembly language, pentium, exercise, machine language, intel" /> <meta name="description" content="Dominique Thiebaut's Web Page" /> <meta name="title" content="Dominique Thiebaut -- Computer Science" /> <meta name="abstract" content="Dominique Thiebaut's Computer Science Web pages" /> <meta name="author" content="thiebaut at cs.smith.edu" /> <meta name="distribution" content="Global" /> <meta name="revisit-after" content="10 days" /> <meta name="copyright" content="(c) D. Thiebaut 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,2008" /> <meta name="robots" content="FOLLOW,INDEX" />

Back to CSC231 Main Page


Assignment #3

Problem #1

Same problem as we did in class. Below is the mystery program. Its output is listed in the header of the program.