Problem:
Question- Write a program that calculates BMI by using the method takes 2 arguments and does not return any result public static void calculateBMI(double weight, double height) . The program asks the user to enter the weight in pounds and the height in inches.
Write the code step by step and explain it.