[Solved] Distance between 2 points with Java, C++, Python
![[Solved] Distance between 2 points with Java, C++, Python [Solved] Distance between 2 points with Java, C++, Python](https://realcoder.techss24.com/wp-content/uploads/2022/07/Solved-Distance-between-2-points-with-Java-C-Python.png)
Write a program to find the distance between 2 points using functions. Input Format: Input consists of 4 integers. The first and second integer corresponds to the x-coordinate and y-coordinate of the first point. The third and fourth integer corresponds…