0
How do you make two numbers divide . I am trying to make a calculator with functions . It's in C
4 Answers
0
use %f instead of %d to print out floats
0
ok idid that but now the inputs that give are been printed as 0.000000 and 0.000000
0
Aditya Prasad really? when i input "5 2" the results are "5 * 2 = 10" and "5 / 2 = 2.500000"
make sure the numbers you input are separated by spaces
0
no problem now . sorted it out . thanks for the help btw