Computer Science, asked by abraammichal, 1 day ago

Which of the following will lead to a compile-time error? Mark all that apply.
if (a > b) c = 0;

if (a > b) then c = 0;

if a > b { c = 0; }

if (a > b) ( c = 0; )

if (a > b) { c = 0; }

if (a > b) c = 0 else b = 0;

if a > b, then c = 0;​

Answers

Answered by Anonymous
1

Answer:

sorry

Explanation:

I don't understand your question

Similar questions