Powered By Blogger

Monday, May 4, 2009

C Programming

#include
#include
void main()
{
float a,b;
clrscr();
printf(" Enter your two numbers:");
scanf("%f%f",&a,&b);
float c=a/b;
printf("\n Your first number:%f",a);
printf("\n Your second number:%f",b);
printf("\n Your result %f/%f=%f",a,b,c);
getch();
}

0 comments:

About This Blog

This is an important blog about updated news about computer science and technology.

Blog Archive

Visitors

  © Free Blogger Templates Blogger Theme II by Ourblogtemplates.com 2008

Back to TOP