nothing
10-09-2003, 11:19 AM
How do I read in a double value? If I want to read in an int, I would write something like this:
scanf("%d" & int name);
I know %s is for strings, and %f is for the float data type. What about the double data type?
scanf("%d" & int name);
I know %s is for strings, and %f is for the float data type. What about the double data type?