(Conversions between feet and meters) Write the following two functions:
// Convert from feet to meters double footToMeter(double foot)// Convert from meters to feetdouble meterToFoot(double meter)
The formula for the conversion is
meter = 0.305 * foot
Write a test program that invokes these functions to display the following tables:

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.