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

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


من كتر ماجربت فيه وموراضي يطلع لي:
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.
معليش على الكلفة وشكرا