/*
Displaying Sequential 10 numbers.
*/
public class concatTwoWords{
import java.io.*;
import java.lang.*;
public static void main(String[] args){
for(int i=0; i<10; i++){
System.out.print(i + ",");
}
}
}
Wednesday, September 24, 2008
Sample Program (Displaying 10 Sequential numbers)
Posted by
Carlo Carollo
at
9:26 AM
Labels: Programming
Subscribe to:
Post Comments (Atom)
Search
Categories
- Extra Income (1)
- Funny (2)
- Just a Thought (6)
- Outings (1)
- Programming (9)
- Santos (1)
- Thesis/Project Ideas (1)
- Troubleshooting (4)
- Ultimate Fighting Championship (3)
- Web Programming (7)
Featured Video
News Bloopers!!!

0 comments:
Post a Comment