Ticker

6/recent/ticker-posts

PROGRAMME FOR THE DIVISION OF TWO NUMBERS

 PROGRAMME FOR THE DIVISION OF TWO NUMBERS


# include <stdio.h>
#include<conio.h>
int main()
{
float a,b,sub;
printf(" enter two numbers ");
scanf("%f,%f",&a,&b);
sub=a/b;
printf(" the division of %f and %f is %f",a,b,sub);
return 0;

           }

  I am requesting to all the learners .please don't copy & paste the programme  . just see the             programme analyse yourself and then type the programe by your own hands . then only you will gain the knowledge otherwise you will face so much difficulties  { selection of text is disabled }

       out put :-  




Post a Comment

0 Comments