You are on page 1of 1

#include <stdio.

h>
#include <math.h>

int main () {

float a;
float b;
float s;

scanf(a);
scanf(b);
scanf(c);

s=a/b;
printf(s);
return(0);
}

You might also like