User Tools

Site Tools


haas:summer2017:cprog:projects:afn0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
haas:summer2017:cprog:projects:afn0 [2016/04/07 14:31] – external edit 127.0.0.1haas:summer2017:cprog:projects:afn0 [2017/07/15 15:33] (current) – [Submission] wedge
Line 65: Line 65:
 The task at hand can benefit from loop and array assistance. The task at hand can benefit from loop and array assistance.
  
-For instance, taking the number input and processing it so each digit occupies its own array element would facilate your efforts in the overall task-- a process strongly resembling some of the work you had to do in the **mbe1** project to get your input ready for the multiply by 11 activity.+For instance, taking the number input and processing it so each digit occupies its own array element would facilate your efforts in the overall task-- a process strongly resembling some of the work you had to do in the **mbe0** and **mbe1** projects to get your input ready for the multiply by 11 activity.
  
 =====Functions===== =====Functions=====
Line 262: Line 262:
  
 You should get some sort of confirmation indicating successful submission if all went according to plan. If not, check for typos and or locational mismatches. You should get some sort of confirmation indicating successful submission if all went according to plan. If not, check for typos and or locational mismatches.
 +
 +What I'll be looking for:
 +
 +<code>
 +78:afn0:final tally of results (78/78)
 +*:afn0:AFN algorithm adequately implemented [6/6]
 +*:afn0:consistent and relevant commenting [4/4]
 +*:afn0:consistent indentation [4/4]
 +*:afn0:output consistent with project specifications [6/6]
 +*:afn0:compiles with no messages generated [4/4]
 +*:afn0:project submitted [4/4]
 +*:afn0:correct operation (run 1/4) [4/4]
 +*:afn0:correct operation (run 2/4) [4/4]
 +*:afn0:correct operation (run 3/4) [4/4]
 +*:afn0:correct operation (run 4/4) [4/4]
 +*:afn0:input only from STDIN [4/4]
 +*:afn0:using long int for initial input storage [4/4]
 +*:afn0:digit calculation into array [4/4]
 +*:afn0:individual digits into array [4/4]
 +*:afn0:longint2array function works and used [6/6]
 +*:afn0:printarray function works and used [6/6]
 +*:afn0:allfromnine function works and used [6/6]
 +</code>
haas/summer2017/cprog/projects/afn0.1460039469.txt.gz · Last modified: 2016/04/07 14:31 by 127.0.0.1