Computer Science, asked by Anonymous, 8 months ago

❤___Gummorning___❤
✌_____guys_____✌
Today's Question?
Sub-Computer
Q.Write a programme to except three numbers.Calculate and bring the maximum and minimum of the number?
no spamming___⚔⚔⚔if u know then only answer it and if u don't know then don't answer that I don't know understood....​

Answers

Answered by s1208
0

Answer:

Start

2. Read the three numbers to be compared, as A, B and C.

3. Check if A is greater than B.

3.1 If true, then check if A is greater than C.

3.1.1 If true, print 'A' as the greatest number.

3.1.2 If false, print 'C' as the greatest number.

3.2 If false, then check if B is greater than C.

3.1.1 If true, print 'B' as the greatest number.

3.1.2 If false, print 'C' as the greatest number.

4. End

Explanation:

Hope it will help you.

Mark me.

Similar questions