Anyone help me how can i code js programming to show students's total mark , average and rank? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Anyone help me how can i code js programming to show students's total mark , average and rank?

Js

20th Feb 2021, 7:03 AM
Mirie Mallede
Mirie Mallede - avatar
8 Answers
+ 4
Use a collection like an array to store the data.
20th Feb 2021, 7:11 AM
Sonic
Sonic - avatar
+ 4
Use the formula average = total / (number of entries)
20th Feb 2021, 7:11 AM
Sonic
Sonic - avatar
+ 3
Hi! you could show us your efforts and the code? so that we can help you in more detail. otherwise, your question is too abstract. more precise and important details are missing
20th Feb 2021, 7:06 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 2
Mirie Mallede Question with description proper tags and with your attempt follow this format that will help you to get correct answer
20th Feb 2021, 7:27 AM
RšŸ’ šŸ‡®šŸ‡³
RšŸ’ šŸ‡®šŸ‡³ - avatar
+ 1
I,am beginner to js.
20th Feb 2021, 7:09 AM
Mirie Mallede
Mirie Mallede - avatar
+ 1
I can see that, but you've almost finished your js course. use this knowledge. I don't believe you can't write at least one line of the program
20th Feb 2021, 7:11 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 1
The generous Sonic has practically done all the work for you already. you just need to collect everything in a pile
20th Feb 2021, 7:22 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Yes I could write lines of code.
20th Feb 2021, 7:12 AM
Mirie Mallede
Mirie Mallede - avatar