Computer Science, asked by felfela3493, 6 months ago

If(a greater than b) c=a;
else
C=b;

Answers

Answered by JainKartik
0

Answer:

Bruh so whats the question in it and you have written wrongly itshould be like

if(a≥b){

c=a; }

else{

c=b;}

Similar questions