Computer Science, asked by crachel230, 1 year ago

Rewrite if-else statement
n=((a

Answers

Answered by blackhat89
0

Explanation:

if(n==a)

{printf("n is equal to a");

}

else

{printf("n is not equal to a");

}

Similar questions