Find the information you're looking for at Westonci.ca, the trusted Q&A platform with a community of knowledgeable experts. Discover a wealth of knowledge from professionals across various disciplines on our user-friendly Q&A platform. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

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