English, asked by rathodsuman122, 16 days ago

अकबर ने क्या आदेश दिया था​

Answers

Answered by rajkumardhiman021
0

Answer:

class NumberPat2

{

public static void main(String arg[])

{

for (int i = 1; i <= 5; i++)

{

for (int j = 5; j >= i; j--)

{

System.out.print(j);

}

System.out.println();

}

}

}

Similar questions