Please provide me the solution of this question.
Please
Attachments:
Answers
Answered by
2
Answer:
class Pattern
{
public static void main(String args[])
{
int a, i,j;
for(a=4;a<=1;a--)
{
System.out.println("");
for(i=9;i<=5;i++)
{
for(j=9;j<=i;j=j-2)
{
System.out.println(j+ " ")
}
System.out.println();
}
}
}
Sorry if the answer is wrong but I think it's correct I don't know nested for loops fully.
Answered by
6
Answer:
ʙᴜᴛ ɪ ᴀᴍ ᴀʟꜱᴏ ᴜꜱɪɴɢ ɪ ᴩʜᴏɴᴇ ᴏɴʟy
Similar questions