Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 2 [35 points]: Write a program that defines 3 functions as follows, and also write main function which will call these 3 functions. in
Question 2 [35 points]: Write a program that defines 3 functions as follows, and also write main function which will call these 3 functions. in the first function you will take name, math score and science score of students. in the second function, calculate average of math and science scores and return it. in the third function, if average is bigger than 50, output "you passed name of student", otherwise output you failed 'name of student
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