This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:apardini:portfolio:cprogproject1 [2015/01/28 20:39] – [Code] apardini | user:apardini:portfolio:cprogproject1 [2015/01/29 02:35] (current) – [Procedure] apardini | ||
---|---|---|---|
Line 15: | Line 15: | ||
* Array types | * Array types | ||
* good loop structure | * good loop structure | ||
- | * experience2 | + | |
- | * etc. | + | |
=====Background===== | =====Background===== | ||
Line 43: | Line 42: | ||
=====Procedure===== | =====Procedure===== | ||
- | The actual steps taken to accomplish the project. Include images, code snippets, command-line excerpts; whatever is useful for intuitively communicating important information for accomplishing the project. | ||
At first my capabilities were limited when approaching this project. After some time revising multiple books and examining a few online sources i was confident to begin a pseudo code approach. | At first my capabilities were limited when approaching this project. After some time revising multiple books and examining a few online sources i was confident to begin a pseudo code approach. | ||
- | |||
- | Understanding the basics of each step and being sure the right idea is being implemented, | ||
This program uses multiple loops which meant revision on the, While...Do, If....Else statements was needed. | This program uses multiple loops which meant revision on the, While...Do, If....Else statements was needed. | ||
A problem that i faced forming the loop structure for the program was in relation to the Switch, Case statment. It took some time nesting loops properly without running into multiple syntax errors. | A problem that i faced forming the loop structure for the program was in relation to the Switch, Case statment. It took some time nesting loops properly without running into multiple syntax errors. | ||
+ | |||
+ | A problem i faced producing the case 3 & case 4 options of the menu was not having the right data for my 2nd nested loop. Example below. | ||
+ | |||
+ | for (c = 19; c >= temp; c-- ) This loop would not run and took me along time to figure out the problem | ||
+ | { eventually adding a greater then or equal to sorted out my problem i think. | ||
+ | |||
+ | | ||
+ | } | ||
+ | | ||
+ | |||
=====Code===== | =====Code===== | ||
Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within < | Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within < | ||
Line 244: | Line 250: | ||
In performing this project, the following resources were referenced: | In performing this project, the following resources were referenced: | ||
- | * URL1 | + | * http:// |
- | * URL2 | + | * http:// |
- | * URL3 (provides useful information on topic) | + | |
- | * URL4 | + | |
Generally, state where you got informative and useful information to help you accomplish this project when you originally worked on it (from Google, other wiki documents on the Lab46 wiki, etc.) | Generally, state where you got informative and useful information to help you accomplish this project when you originally worked on it (from Google, other wiki documents on the Lab46 wiki, etc.) |