Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
int main() { float myFloatNum = 3.5; double myDoubleNum = 19.99; printf("%f\n", myFloatNum); printf("%lf", myDoubleNum); return 0; }
3.500000
19.990000