Computer Science, asked by hs6205629414, 3 months ago

g) Format the following if statement with indentation.
if (x == y) if (x == z) x = 1; else y = 1; else z= 1;​

Answers

Answered by maxgaminh
4

if (x == y)

if (x == z)

x = 1;

else

y = 1;

else

z = 1;

hope helpful PLZ mark me brainliest

Similar questions