Some error occured while loading page for you. Please try again.
You are viewing a single comment's thread. Return to all comments →
for(i = 0;i<8;i++){
if(i!=7){ if(marks>90-10*i){ console.log(g[i]); break; } }
else{ if(marks<=30){ console.log(g[7]); break; } }
}
Add Reply Preview cancel
Create An Account
Or connect with
By signing up you agree to our Terms of Service and Privacy Policy
for(i = 0;i<8;i++){
if(i!=7){ if(marks>90-10*i){ console.log(g[i]); break; } }
}
Add Reply Preview cancel