Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to print a numbers from 1 to 100 with out using control
structures?

Answer Posted / friend

int i = 1;
System.out.println(i++);
System.out.println(i++);
System.out.println(i++);
System.out.println(i++);
System.out.println(i++);
....................
......................
..................
................

Is This Answer Correct ?    7 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we force garbage collector to run ?

1106


What is the difference between replace and replace all?

1078


What are the types of inner classes (non-static nested class) used in java?

1113


What data structures are used to perform recursion?

1105


Can a constructor be private and how are this() and super() method used with constructor?

1055


can used Protected Class outside Function.?

1158


Write a java program to print fibonacci series?

1007


How to create packages in java?

994


Explain the importance of thread scheduler in java?

1064


What is stack example?

1101


What is a bufferedreader?

1167


Is char a data type in java?

1017


How do you delete a list in java?

1022


What is the difference between a vector & an array list?

1221


What is the relationship difference the canvas class and the graphics class?

1119