Im looking for someone to create the following windows console program for me.
The program would kind of be like a virtual graph and by entering two certain points on the graph (xxx, yyy), and then it would execute a distance formula; SqRoot( (x2-x1/2)2 + (y2-y1/2)2 )
and then print the distance into the console, allowing the option to enter another 2 coordinates to find another distance.
please email me if you can help me out :) cheezycorncakes@gmail.com
Thanks in advance! ~michael
Thanks so much everyone, helped out a ton, I was working on this all last night, and I came close to what Santosh has, but it wasnt as compact and perfected, i was also having a lot of errors with the pow and sqrt, but now that i see how he did it, i wont have these errors in the future. Whatever you guys do with resolved threads, you can do with this one! :D