Wondrous Square Book APC CLASS XII PAGE 305 QUESTION NO. 25





Comment

2 comments:

any problem in any program comment:-

Second largest number in java using ternary operator

 //Largest second number using ternary operator public class Main { public static void main(String[] args) { int a=5,b=6,c=7; int ...