摘要: I need some help. I have to create a function that will calculate the distance between points (x1,y1) and (x2, y2). All numbers are of type double. I keep getting incorrect output. I am usinge visual studio and C language. Here is my code.#include #include double calculate_distance (double x1,doubl. 阅读全文
posted @ 2013-10-11 13:31 亲福 阅读(314) 评论(0) 推荐(0) 编辑