Write a Java statement that will print two variables called age and height. The age should be printed as a whole number using 10 output spaces; the height should be printed using 12 output spaces and three decimal digits. Label each part of the output as "Age" and "Height". Use Appendix B if necessary.