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