Your scanf call has these problems:

1. Don't use commas, just use whitespace
2. The operands to scanf must be pointer type. Since you pass in float *'s, it means you leave off the * from the...