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