You are given a floating point number x, write a static method round(double x) that rounds this floating point number to the nearest integer Hint: You can use casting to convert a double to integer.
5.5
6
5.2
5
3.7
4
Test your solution here
when it passes, copy it and submit it here so your coach can grade it.