Write a program that reads 3 integers as input and prints the second largest of these three numbers. Example: Input: 3 4 5 Out

bishopsboy56

Estimable
Jun 18, 2014
1
0
4,510

All you need is to input three variables, have a couple of if statements comparing the numbers with greater than / less than operators with the possible scenarios and you should have it! I'm not gonna write the program for you, just a hint :) Have fun!
Bishopsboy56
 

TRENDING THREADS