Write a program to find the total marks, average and Grade using while loop.

📰 Dev.to · Praveen Kumar K

PROGRAM: const marks=[96,65,64,74,80]; let i=0; let failCount=0; let total=0; let average=0; let...

Published 2 Apr 2026
Read full article → ← Back to Reads