C Programming
#include
#include
void main()
{
float n;float m;
clrscr();
printf("Enter your number:");
scanf("%f",&n);
m=n*100;
printf("your result is:%f",m);
getch();
}
Computer is the most important and mysterious invention of the world.Now a days we can not imagine our life without it.Welcome to my computer world.
#include
#include
void main()
{
float n;float m;
clrscr();
printf("Enter your number:");
scanf("%f",&n);
m=n*100;
printf("your result is:%f",m);
getch();
}
© Free Blogger Templates Blogger Theme II by Ourblogtemplates.com 2008
Back to TOP
0 comments:
Post a Comment