Exforsys

Online 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. * ** *** **** ***** ****** ******* ******** 2. ********** ********* ******** ******* ****** ***** **** *** ** *...


Go Back   Exforsys > Programming Talk > C Sharp

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #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
  #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

Thread Tools

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 04:31 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.