|
|
|
|
|
| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 18 Feb 2008 13:24:46 IST
|
|
|
#include<iostream.h> #include<conio.h> #include<math.h> void main() { int num=2,pro; clrscr(); for(num=0;num<=7;num++) { pro=pow(2,num); if(pro==129)break; cout<<pro<<"\t"; } getch(); }
|
Be not afraid of growing slowly.
Be afraid only of standing still.
|
this reply: 5 points
(with 1 
in 1 votes ) [?]
|
|
You have to be logged on to rate
|
|
|
|
|
|
|
|
|
|