Back To C++ Flow of Control Index
//program to input three numbers and print them in ascending order using if-else statement #include
#include
void main() { float a,b,c,low,low2,low3; clrscr(); cout<<"\nenter number 1"; cin>>a; cout<<"\nenter number 2"; cin>>b; cout<<"\nenter number 3"; cin>>c; low=a; if(b