Skip to content

fenyx-it-academy/VIT-En-Python2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

VIT-En-Python2

Question 1:

The user will be asked for their First Name, Last Name, Student Number, names of 4 courses, and the Midterm and Final grades for these courses. The year-end average will be calculated by adding 40% of the Midterm grade to 60% of the Final grade. If the average is below 50, "FAILED" will be displayed on the screen; if it is 50 or above, "PASSED" will be displayed. This printing process will be done for all 4 courses and the courses will be listed one below the other.

Question 2:

Write a Python program that calculates the average of the numbers in the list below. Then, add a "for" loop that separates each number in the list into "high" if it is greater than the average, and "low" if it is lower than the average, and print the count of each group on the screen.

numbers = [42, 29, 17, 15, 10, 9, 6, 4, 2, 1]

Question 3:

Write a Python program that calculates the sum of odd numbers in a given range. The program will ask the user for two numbers and calculate the sum of odd numbers between these two numbers. The program will print an error message if the user makes an invalid entry. You must use a While loop in writing the program.

Note: You must submit your homework via GitHub by the end of Thursday. You can ask your course instructor any questions related to the homework. Good luck...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors