Recent content by MattyTheG

  1. M

    How to Fix the 'main' Must Return 'int' Error in C Programming

    Like rootX said your best option would be to use int main() instead of void main() and simply have a return 0; at the end of the main function.
  2. M

    Projectile motion of cannon shell

    Yes those are the values I get. PS: Sorry if I offended you, I shouldn't assume gender, this being the internet and all.
  3. M

    Projectile motion of cannon shell

    Chocokat seems to be correct. Once you have the time and the initial y velocity you can just use the displacement formula. I'm not really sure why you tried to find the final velocity and use that to find the height. I guess it should technically work but I think the problem is that you only...
Back
Top