Computer Science, asked by rolibhardwaj7, 1 year ago

input two number then find out the largest number using conditional operator​

Answers

Answered by prateekparashar2005
0

Answer:

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, 15) is: 75

Explanation:

mark me brainlist

Similar questions