Computer Science, asked by hurainmalik, 4 months ago

int a=105 , b=40;
C=math.max (a,b);​
give the output expression

Answers

Answered by ayesha218
0

Answer:

105

Explanation:

a is maximum among a and b

Similar questions