+ 1

Create a program that will allow user to input grades from five subjects and display the average grade.

Please me help to write the code for this data analysis thank you😭😭

5th Mar 2025, 2:02 PM
Mark Anthony Delavin
Mark Anthony Delavin - avatar
5 Answers
+ 8
Show your code attempt so we can help you with explanations and debugging.
5th Mar 2025, 2:07 PM
Afnan Irtesum Chowdhury
Afnan Irtesum Chowdhury - avatar
+ 4
We can help you, but not write the code for you (that's not help at all). Show your code like this and someone can assist you: https://sololearn.com/compiler-playground/Wek0V1MyIR2r/?ref=app
5th Mar 2025, 7:35 PM
Ausgrindtube
Ausgrindtube - avatar
M
+ 2
Blessing Inioluwa Olatunji because that's giving an answer or doing homework. That's not learning and this app is called.... SoloLEARN. Once we see some of the work, we can guide and help and maybe even provide the answer.
6th Mar 2025, 9:33 PM
Ausgrindtube
Ausgrindtube - avatar
M
+ 1
Why can't you help the person to write the code
6th Mar 2025, 8:49 PM
Blessing Inioluwa Olatunji
Blessing Inioluwa Olatunji - avatar
+ 1
The demand is clear, but there are aspects that need to be refined. First, the input/output data type needs to be defined to be robust. Second, error handling for non-numeric inputs should be considered. Third, is it scalable if the number of subjects changes? Ideally, modularize the function so that it is reusable. You can try using loops and arrays to be more efficient. Good luck!
7th Mar 2025, 1:31 PM
—DNS—
—DNS— - avatar