+ 23
🌀Projectile Motion Calculator🌀 ⚡CHALLENGE⚡ You have to create a code which will calculate different quantities involved in a
projectile motion. 🎇You can find all the required formulas here: http://formulas.tutorvista.com/physics/projectile-motion-formula.html?view=simple 🎇 User input format: 🎆 Vo= *something* 🎆 ϴ (or 'theta') = *something* 🎆 T = ? That is, user inputs req. Quantities and you have to find the missing one (one with '?'). This also means user input is not in specific order; like Vo first and ϴ after. Do this for as many quantities as you can (Horizontal Range(R), Time of flight(T), etc.) Take your time😉
13 odpowiedzi
+ 10
Bonus🌋:
Try adding different formulae for the same quantity; for eg, Max range(R) can be calculate just by time and initial velocity(u) too.
Best answer so far:
https://code.sololearn.com/cskmC0m2MN1f/?ref=app
https://code.sololearn.com/ce3AXjHub9LX/?ref=app
https://code.sololearn.com/WnrlzI2B74C5/?ref=app
https://code.sololearn.com/cPJ0D61WFcq8/?ref=app
🔥Winner is🔥
https://code.sololearn.com/cFv3vY8GfvMG
+ 9
@atikrant take ur time✌✌
+ 8
@dipta All the best😀
+ 8
@kirk Right!!
+ 5
Nade Krest do your best!
+ 4
Challenge accepted. Code coming
+ 4
My code using Java
https://code.sololearn.com/cskmC0m2MN1f/?ref=app
+ 3
I have my exams going on but still I'll try to make the program .
+ 2
Essential part of a tanks game :)
+ 2
My version using Python
https://code.sololearn.com/ce3AXjHub9LX/?ref=app
+ 2
https://code.sololearn.com/cMVPV78jVrLN/?ref=app
+ 2
I'll try to make one for this...
+ 1