/* 入れ子の for 文(2重ループ)の例 */ class Foo { public static void main (String[] args) { int m=4, n=3; for (int i=0; i