Design a modular algorithm (flowchart and pseudo-code), code (C#) and test (desk - Pastebin.com
super busy, need it in c#. got a bounty for any coded help.
Design a modular algorithm (flowchart and pseudo-code), code (C#) and test (desk - Pastebin.com
super busy, need it in c#. got a bounty for any coded help.
I'm not a narcissist, you idiot.
You're going to hate me but many people will give you the same response.
Nobody (should) just do this for you.
Do you understand modular programming? It's actually very easy if you don't. Simply put you are going to break up your program into steps. Some general ones would be Input, process, Output
Now each section can get more complicated but in this program I don't see a need.
Let's see what do I need to solve? This will help a ton in the flowchart.
List out all of your needed variables (age, martial status, et cetera) and then just write how you would solve this code in normal every day language (example: "Save Age to variable age but make sure the number is > 1 ) This is pseudo code. The flow chart will use your modules. So it would have INPUT ---> pseudo for how to store info etc. ------> PROCESS-----> deal with data and so on
Finally take the flowchart and pseudo code and make well organized (and documented) code. Now if you code something and it doesn't work Ill be more than happy to help. You won't learn unless you do some work.
Busy is no excuse really, this code should take 30 minutes w/ some pre existing coding knowledge.
I feel super dumb right now...
I'm not a narcissist, you idiot.