Westonci.ca is the premier destination for reliable answers to your questions, provided by a community of experts. Explore thousands of questions and answers from a knowledgeable community of experts ready to help you find solutions. Our platform provides a seamless experience for finding reliable answers from a network of experienced 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