Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
int main() { char str[] = "4.25% above average"; float amount = atof(str); printf("%f", amount); return 0; }
4.250000