Difference between revisions of "CSC231 Final Exam Fall 2017"

From dftwiki3
Jump to: navigation, search
Line 81: Line 81:
 
  fact( 6 ) = 208
 
  fact( 6 ) = 208
 
  fact( 10 ) = 0
 
  fact( 10 ) = 0
 +
<br />
 +
==Output Format==
 +
<br />
 +
Your script should include only one echo, of this form:
 +
<br />
 +
::<source lang="bash">
 +
echo "fact( $n ) = $?"
 +
 +
</source>
 
<br />
 
<br />
 
==Question ==
 
==Question ==

Revision as of 14:10, 12 December 2017


...