Hello
I have this code for a school assignment, but i can't manage to format it. When i run the program i keep getting 1.27768e-307.
lp->price is a double with the value of 1000000.0000000000
printf("Price of flat: %g\n", lp->price);
Any ideas? The other double values gets formatted correctly, just not price.