Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: bommavj
Forum: Java Oct 23rd, 2006
Replies: 3
Views: 2,727
Posted By bommavj
for loop is evaluate up to the condition is false.

whereas

do-while loop is evaluate once eventhough the condition is false.
Forum: Java Oct 23rd, 2006
Replies: 6
Views: 1,931
Posted By bommavj
this is my ID: bommavj@gmail.com

my name is vijay if u wanna any help send me queries...


yours vijay....
Forum: Java Oct 23rd, 2006
Replies: 6
Views: 1,931
Posted By bommavj
class Loops
{
public static void main(String[] args)
{
for(int i=97;i>0;i--)
{
for(int j=13;j>0;j--)
{
System.out.print(i+" ");
i=i-j;
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC