Practice papers

ICSE class ix computer practice test 3

ICSE class ix computer practice test Oops concepts 1.Convert the following code from if….else to switch …case    if(val==50) System.out.println(“Fifty”); else if(val==20) System.out.println(“twenty”); else System.out.println(“Enter a valid number”); 2. Convert the following code from ternary to if…else.   String result= (marks>35)? …

ICSE class ix computer practice test 3 Read More »

Scroll to Top