Answered step by step
Verified Expert Solution
Question
1 Approved Answer
type a function desempeo_alumno() that asks for a student's name and semester number. the function should also ask the student the grades of their 5
type a function desempeo_alumno() that asks for a student's name and semester number. the function should also ask the student the grades of their 5 subjects of the current semester to calculate and print the average without decimals. remember that 0.5 or more rounds to the next integer.
the function must validate the student's study stage:
if the student is in the 4th or 5th semester, the function must print: the student "name" is in the Focus stage and his average in the semester #is:
if the student is from 6th to 8th semester, the function must print: the student "name" is in the specialization stage and his average in the semester # is:
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