Hi. I am learning methods at the moment to format output, and am currently learning the printf method where you have a statement that looks something like this.... System.out.printf( "%s%nI am %d years old.%nI hope to get a %c in my Java exam.%nI got %.2f%% for FIT1002.", str, age, examSymbol, lastExamResult ); I am just wandering how would i go about ...