訂正です。

for( int mb = 0 ; mb < 5 ; mb++){

for ( int mc = 1 ; mc < 5 ; mc++){

System.out.print("あ");

}

System.out.println("")
}