write a program to take input 3 integer numbers find the laegest and lowest number using conditional operators
Answers
Answered by
0
Answer:
The task is to write a program to find the largest number using ternary operator among:
Two Numbers
Three Numbers
Four Numbers
Examples:
Input : 10, 20
Output :
Largest number between two numbers (10, 20) is: 20
Input : 25 75 55 15
Output :
Largest number among four numbers (25, 75, 55,
Similar questions