Back To Java Flow of Control Index
//program to input three numbers and print them in ascending order using if-else statement public class threeascending { public static void main(String[] args) { int a,b,c,low,low2,low3; a=10; b=12; c=11; low=a; low2=a; low3=a; if(b