Computer Science, asked by angel4974, 2 months ago

Write a program to accept 3 numbers and find greatest of them.​

Answers

Answered by taehyung24
2

Answer:

, &num3);printf("num1 = %d\tnum2 = %d\tnum3 = %d\n", num1, num2, num3);if (num1 > num2)if (num1 > num3)

Similar questions