Computer Science, asked by sohamjainsoham7750, 1 year ago

Write a program to find largest between two numbers using ?: operator.

Answers

Answered by ItsCuteBoy
0

Answer:

Enter any three integer numbers as an input from which you want to find the largest integer. After that we use ternary operator(?, >, : ) to find largest number as the output.

Similar questions