Find errors, if any,in the following statements.
if a=5 then goto start
Answers
Answered by
1
if(a=5)
{
goto start;
}
If you find my answer helpful then mark me as brainliest! Thank you.
Similar questions