Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 4/ lesson 2 output on console

Eamination Passed where is x
by

1 Answer

iamabhishek
Correct answer:

let marks = 35;
// add logic here
if(marks >= 33) {
console.log("Examination Passed")
}

Login / Signup to Answer the Question.