|
|
|
|
|
| Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 18 Feb 2008 13:27:32 IST
|
|
|
# include <iostream.h> # include <conio.h> void main() { clrscr(); float p,t,s; cout<<"enter p,t"; cin>>p,t; t>=10 ? cout<< (p*t*8)/100 : cout<<(p*t*12)/100; cout<< "\n the si is"<<s; 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
|
|
|
|
|
|
|
|
|
|