IDNLearn.com makes it easy to find precise answers to your specific questions. Ask your questions and receive comprehensive and trustworthy answers from our experienced community of professionals.

Hello im looking for someone to answer my question. Its about a coding project called "Quiz Master". Im having trouble with the "If you get the question right it tells you you got it right by saying things like "Correct!" then if you got it wrong it would say "Wrong but here's the answer"

Sagot :

Answer:

The if statement is a way out

Explanation:

Depending on the language you are using to implement the project.

OK, you can use the "if statement"

The syntax for the if statement is as follows

If (condition )

Statement or output

else

Statement or output