Anda di halaman 1dari 1

#include<iostream.

h>
#include<conio.h>
#include<math.h>
void main(){
float s,d,e;
cout<<"ingr sol: ";cin>>s;
if(s<0){
cout<<"ERROR "<<endl;
}
else{
d=s/2.97;
e=0.72*d;
cout<<"dola "<<d<<endl;
cout<<"eu "<<e<<endl;
}
getch();
}

Anda mungkin juga menyukai