What will be the output of the following ,
Integer a, b, c Set a = 8, b = 6,c = 4 if(a > b) a = b Else b = a End if if(c> b) c = b Else b = c End if Print a + b + c.
Answers
Answered by
0
Answer:
soory nhi pata
Explanation:
soory nhi pata
Similar questions