cout second smallest and largest number [code] double max = 0; // largest # seen so far double max2 = 0; // second larges...
cout second smallest and largest numberAny comment to fix this program? Thank you.
cout second smallest and largest numberI modified the program to below but if i put second_number = 0 and my first input is less than 0 the...
cout second smallest and largest numberHello, How can i print second smallest and largest numbers entered without using array. (IF, Switc...
This user does not accept Private Messages