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