Type Here to Get Search Results !

Print Small Letter a-z

0

Print Small Letter a-z 

class Smallletter
{
public static void main(String[] args)
{
char ch;
{
for(ch='a';ch<='z';ch++)
System.out.println(ch);
}
}
}

Post a Comment

0 Comments

Recent-post