PropellerAds

Example of While loops

1 comment :
Example of while loops 

Q.write a program to show table of 29 in output using While loops
A.

  • Code 

  • Output
Now we will do tale of 29 In reverse order using while loops
  • Code

    In that code we didn't use #include<conio.h> ,but you can use it and output will remain same. 

  • Output


If you have any query about above code please feel free to talk us via mail or COMMENT below.

1 comment :