Computer Science, asked by jiminssi, 2 months ago

What will be the output produced by the following method calls ?
(a) IfElse Test(10, 3);
(b) IfElse Test(6, 6);
(c) ifElse Test(3, 4);
(d) if Else Test(4, 20);​

Answers

Answered by sansundertale0922
2

Answer:

If you put some condition for a block of statements the flow. ... This process is called decision making in 'C.' ... Following program illustrates the use of if construct in 'C' ... Then, we have used if with a test-expression to check which number is

Explanation:

Answered by singhayushkumar498
0

this will be the answer of the question

Attachments:
Similar questions