0

Programming

Write a complete C++ program that will calculate the force given by the following formula. The program should prompt the user for the weight, tension and rate and display results on the screen

5th Feb 2018, 6:01 PM
Julien Mugaruka
Julien Mugaruka - avatar
2 ответов
+ 2
What's the formula? Also, what errors are you getting? (post your code and we can help you easier)
5th Feb 2018, 6:09 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 1
Force = Weight x (weight x tension)/1-rate ^2
6th Feb 2018, 4:47 AM
Julien Mugaruka
Julien Mugaruka - avatar