Magic Due To Logic
Android, iOS, Windows & Web Development
Pages
Home
Android
Web/HTML
Java
Trick
Windows
Privacy Policy
About
Tuesday, 20 January 2015
Java Program To Print Alphabets
class Alphabets
{
public static void main(String args[])
{
char ch;
for( ch = 'a' ; ch <= 'z' ; ch++ )
System.out.println(ch);
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Donate
No comments:
Post a Comment