ش | ی | د | س | چ | پ | ج |
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
به زبان سی پلاس پلاس برنامهای بنویسید که پیوسته مختصات دو نقطه در فضای سه بعدی را به عنوان ورودی از کاربر دریافت کند و فاصلهی بین آنها را محاسبه کند. در صورتی که دو نقطه یکسان باشند، خروج از برنامه رخ میدهد.
Write a program in C++ which receives the coordinates of two pints in the 3D space as input from the user and then calculates the distance between them. If the two points are identical, the program is terminated.
ادامه مطلب ...