You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document.getElementById('showData').innerHTML=`Out of 400 your Total is ${totalGrades} and percentage is ${perc}%. <br> Your grade is ${grades}. You are PASS `
62
+
}else{
63
+
document.getElementById('showData').innerHTML=`Out of 400 your Total is ${totalGrades} and percentage is ${perc}%. <br> Your grade is ${grades}. Better Luck Next Time. `
64
+
}if(perc>100){
65
+
document.getElementById('showData').innerHTML=`Please Enter Valid Data`
0 commit comments