4.1 How should one dry run a program, and what are the advantages of dry running? (5 marks)
4.2 Write a Java program called Conversion that accepts as input an amount in millimetres and converts
it to centimetres and meters. The program should produce the following output using println statements: Your answer in centimetres =
Your answer in meters = (15 marks)
Please fix the following input errors: