Computer Science, asked by SƬᏗᏒᏇᏗƦƦᎥᎧƦ, 2 months ago

Find errors, if any in the following cod'e segment. Write the correct statement .
if (x = z);
x = 0
else
x ++
.
.
It's simple question​

Answers

Answered by Oreki
4

\textbf{Corrected Statements}

   \texttt{if (x == z) // removed the semicolon}

        \texttt{x = 0;}

   \texttt{else x++;}

Answered by suhelkhan58606sss
0

Answer:

x=+- is right answer of this question

Similar questions