شكرا وجزاك الله خيييرعلى المساعدة

بس معليش في عندي سؤال ثاني انحولت


من كتر ماجربت فيه وموراضي يطلع لي:
1. write an application that uses only the output statements
system.out.print( "* " );
system.out.print( " " );
system.out.println();
to display in the command window the checkerboard pattern that follows:
كود PHP:
* * * * * * * *
* * * * * * * *
* * * * * * * *
* * * * * * * *
* * * * * * * *
* * * * * * * *
* * * * * * * *
* * * * * * * *
• note that println with no arguments outputs a newline.
• a nested repetition statement is required in this exercise.
معليش على الكلفة وشكرا
