Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
int main() { // Automatic conversion: int to float float myFloat = 9; printf("%f", myFloat); return 0; }
9.000000