0
voltage and acceleration over a specified time
I'm getting a lot of errors
3 Respuestas
+ 4
Please share your code if you facing errors without code we cannot tell what the errors
0
Michael
Share the code link like this..! If you mean about this code..!
https://code.sololearn.com/cj4uzp7af0v8/?ref=app
Just read about how to declare variables in c++.
You have variable declaration errors..
Ex :
float acceleration;
And assignment statement is also wrong use = operator..
acceleration = 3 -0.000062*velocity*velocity;