Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 1 Please Python language for solution Students who want to study BSc Mathematical, Physical and Geological Sciences at UCD must meet the requirements below
Question 1 Please Python language for solution Students who want to study BSc Mathematical, Physical and Geological Sciences" at UCD must meet the requirements below from their Foundation Year. Progression through course: 60% overall Requirements Term 1 AES Maths 1 Physics 1 Computer Programming 1 Term 2 AES Chemistry 1 Maths 2 - 65%* Physics 2 Term 3 AES 60% Maths 3 - 65% Physics 3 Creative Design *Average of 65% over both modules Write a program that asks the student for their score in the 12 subjects above and calculates if they met the requirement and progressed or not. If they did not progress the program must state a reason why. Remember students must score at least 40% in each subject. And remember to check for valid inputs. An example of the program in action is shown on the next page, this is to help aid you in writing your code. # # # Tern 1 # # # AES: 20 Maths 1: 120 Physics 1: -10 Computer Progranning 1: 40 That is not a valid input. # # # Tern 1 # # # AES: asdf That is not a number. # # # Tern 1 # # # AES: 70 Maths 1: 70 Physics 1: 70 Computer Programming 1: 70 Thank you, Tern 1 is inputted. # # # Tern 2 # # # AES: 70 Chemistry 1: 70 Maths 2: 70 Physics 2: 70 Thank you, Tern 2 is inputted. # # # Tern 3 # # AES: 50 Maths 3: 70 Physics 3: 70 Creative Design: 70 Thank you, Tern 3 is inputted. Sorry, you did not progress because you must score at least 60 in Tern 3 in AES
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