================ QUESTION 1-FUNCTIONS ================== WRI…
================ QUESTION 1-FUNCTIONS ================== WRITE THE coding for: 1- function coding 2- function execution 3- statement to print the results of the execution ======================= The function will: 1-IMPORT the input specified in the table below with the specified names. 2- Using these names, calculate the following values: exam average (add together exam 1, exam 2 and exam 3 .. then divide by 3) exam points (multiply the exam average by exam percentage) lab percentage (subtract the exam percentage from 1) lab points (multiply the lab grade by the lab percentage) final grade (add together the exam points and the lab points) 3- Print the following values based on the imported input and calculate values name: ____ FINAL GRADE IS ______ 4- Return the following message based on the values used in the function The message of PASSING if the FINAL GRADE is 70 or more. The message of NO PASSING if the left over money is less than 70 ============= INPUT VALUES for the function to use: ================
Read Details