Answered step by step
Verified Expert Solution
Question
1 Approved Answer
QI use script file an input command to input the vector of the results for five students (Ali, Ahmed, Noor, Jafar and Wid), write a
QI use script file an input command to input the vector of the results for five students (Ali, Ahmed, Noor, Jafar and Wid), write a program using for loop to claculate the average of each students and use the condition statement to print the average as Student's name" and student's degree as defined below: Between 90 to 100 = excellent Between 80 to 89 = very good Between 70 to 79= good Between 60 to 69= mid Less than 60 = fail The results of Ali (99, 85, 95, 92, 88, 98) The results of Ahmed (80, 78, 88, 84, 81, 90) The results of Noor (68, 75, 70, 70, 67, 83) The results of Jafar (56, 85, 55, 92, 50, 50) The results of Wid (77, 85, 50, 92, 66, 98) Your
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