Question
There are eligibility requirements for a person to serve as President, Senator and Representative in the US Federal Government. For example, to be a US
There are eligibility requirements for a person to serve as President, Senator and Representative in the US Federal Government. For example, to be a US senator they must be at least 30 years old and have been a US citizen for at least 9 years. To be a US representative these numbers are 25 and 7, respectively. Write pseudocode and a program that requests necessary eligibility information as input and outputs their eligibility for the Presidency, the Senate and the House. Validate that the input is within acceptable norms. E.g. Age must be less than x years old where x is a justifiable number.
Note: There are other requirements in order to be eligible to serve as President, Senator or Representative. Ensure that research is conducted to determine what all the requirements for eligibility are.
For the program:
- Create pseudocode called eligibilityPseudoCode.txt.
- Code the program as eligibility.py.
- Upload your pseudocode (eligibilityPseudoCode.txt) and your program (eligibility.py) to D2L.
Can anybody help me with this in terms of psuedocode and python programming?
Note: The version of Python that I use is Python 3.7
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started