Write a java program to solve the following pattern:
7 5 3 1
7 5 3
7 5
7
(The most accurate answer will be marked as brainliest)
Answers
Answered by
1
Answer:
for (i=1,i<5,i=i++)
{
for (j=7, j>i+1, j=j-2)
{ SOP(j)
}
SOPln
}
i might be wrong in syntax as i work in python now
Answered by
0
Answer:
hi there have a good day ahead
Similar questions