+ 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😭😭
5 Respuestas
+ 8
Show your code attempt so we can help you with explanations and debugging.
+ 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
+ 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.
+ 1
Why can't you help the person to write the code
+ 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!