#include "stdio.h"
int myabs(double x){
int y=-1,z;
if(x<0)
z=y*x;
else
z=x;
return z;
}
int main (void)
{
double a;
scanf("%lf",&a);
printf("%d",myabs(a));
system("pause");
return 0;
}
c, c++ , java, oracle, database design, c tutorial, c++ tutorial, java tutorial, oracle tutorial, programming, make program easy, c programming, c advance program, java advance program
All rights reserved||Using Deluxe Template By Klodian
0 comments:
Post a Comment