📅  最后修改于: 2022-03-11 14:52:22.106000             🧑  作者: Mango
// Store the formatted string in 'result'
String result = String.format("%4d", i * j);
// Write the result to standard output
System.out.println( result );