3. Write a Java program to print all alphabets from a to z. - using while loop class loop3 { public static void main(String args[]) { char ch; for(ch='a';ch<='z';ch++) { System.out.println(ch); } } } Output :-
All computer course for class 9th to 12th with proper practical and theory .........