Exforsys

Free Training

For Loops in Action

This is a discussion on For Loops in Action within the C Sharp forums, part of the Programming Talk category; OutPut Window should show the following , Use only For Loops: 1. * ** *** **** ***** ****** ******* ******** ...

Go Back   Exforsys > Programming Talk > C Sharp

Exforsys.com


C Sharp C# Questions and Discussions

Reply

 

LinkBack Thread Tools Search this Thread
  #1 (permalink)  
Old 04-20-2007, 10:06 AM
Junior Member
 
Join Date: Apr 2007
Posts: 1
pambatman is on a distinguished road
Exclamation For Loops in Action

OutPut Window should show the following ,
Use only For Loops:


1.
*
**
***
****
*****
******
*******
********

2.
**********
*********
********
*******
******
*****
****
***
**
*

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 04-29-2007, 10:37 AM
Junior Member
 
Join Date: Apr 2007
Posts: 1
uKean_Dean is on a distinguished road
Is this a question or Quiz ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-30-2007, 09:38 AM
Junior Member
 
Join Date: Apr 2007
Posts: 1
dhanasweet is on a distinguished road
for(i=0;i<5;i++)
{
for(j=0;j<i;j++)
pritf(" * ");
printf("\n");
for(ii=5;i>0;i--)

{
for(j=i;j>0;j--)
printf("*");
printf("\n");
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Import EXCEL Data into QTP Global Data Table venkata krishnamurthy t Software Testing 7 12-09-2007 11:59 PM
Action Tags cyrus Java 0 12-18-2006 02:40 AM
Passing a variable value from one action to other in QTP oracleraju Testing Tutorials 0 08-18-2005 07:17 AM


All times are GMT -4. The time now is 07:07 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright 2004 - 2009 Exforsys Inc. All rights reserved.