1.

Write a program to take input 3 integer numbers find the laegest and lowest number using conditional operators​

Answer»

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,



Discussion

No Comment Found