Quiz 03

It was another FRIDAY quiz.

This time i will show you how to find the distance between two points.

ima03

The user is going to provide you where the point are and with this AWESOME formula you can calculate the distance

d = sqrt((pow((x2-x1),2))- (pow((y2-y1),2)));

Here is my complete CODE

CC BY-SA 4.0 Quiz 03 by alibarramg is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.