0
Can someone help me with that???, please )):
1 Respuesta
+ 5
The printf in line 16 has an invalid char - the opening quote. It's not an ANSI quote char. Just erase and type the regular quote.
The formula in line 18 uses a variable which is not declared - M_PI. Fix the name or declare it.
Some important improvements:
1. Use meaningful variable names. They help a lot in debugging.
2. Make proper use of indentation. This makes the topology quite visible.