Your Math teacher asked you to write a program to help him generate homework solutions. The program will need to find the height of a triangle given its area and its base length.
Formula:
The first line will contain a single integer n that indicates the number of lines that follow. Each line will include the area and base length of a triangle with the two values separated by a single space.
area base
For each input display the height of the triangle with 2 decimal places, in the following format:
The height of the triangle is #.## units