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 ?
7 Respuestas
+ 2
Can you link your own attempt? I can help, but only after knowing what you want to do
+ 1
Can you write it down in text format?
+ 1
How is the final grade calculated?
+ 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
0
can i send you a picture of the example output somwhere ?
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
0
midterm + final exam + project grade / 3