A program in python that calculates final grade for each student , by user input | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

A program in python that calculates final grade for each student , by user input

Hello can anyone help me with coding a program like this ?

27th May 2019, 8:40 AM
Shivam Dassasingh
Shivam Dassasingh - avatar
7 Answers
+ 2
Can you link your own attempt? I can help, but only after knowing what you want to do
27th May 2019, 8:43 AM
Trigger
Trigger - avatar
+ 1
Can you write it down in text format?
27th May 2019, 8:46 AM
Trigger
Trigger - avatar
+ 1
How is the final grade calculated?
27th May 2019, 9:02 AM
Trigger
Trigger - avatar
+ 1
Made a little simple one to get the basic idea. I couldve used dictionaries (better) but I figured you just needed the basic idea https://code.sololearn.com/cL1Th3hCgOS0/?ref=app
27th May 2019, 9:19 AM
Trigger
Trigger - avatar
0
can i send you a picture of the example output somwhere ?
27th May 2019, 8:44 AM
Shivam Dassasingh
Shivam Dassasingh - avatar
0
aks the user for how many students in the class: ( based on that input ) enter each student id, name, midterm and final exam grade , project grade. display Final Grade to user
27th May 2019, 8:55 AM
Shivam Dassasingh
Shivam Dassasingh - avatar
0
midterm + final exam + project grade / 3
27th May 2019, 9:06 AM
Shivam Dassasingh
Shivam Dassasingh - avatar