3
Answers

Code rewrite

Michell Johnson

Michell Johnson

12y
1.3k
1
Hi friends.

I want to know that here how we rewrite the code which is given below?
int a = 6, b = 28, c = 0;
if (a < b) c = a;

Answers (3)