Computer Science, asked by alsanbenito23, 18 days ago

heights of two persons are given as the input write a c program to find the height person among the two​

Answers

Answered by 4567160
0

Answer:

Explanation:

1. Take the height of a person as input.

2. Using if,else statements, categorize it as taller, dwarf & average and print the output accordingly.

3. Exit.

Similar questions