History, asked by GandharD, 1 day ago

Unscramble the given letters to obtain the name of a capital of a Mahajanapada.

P-A-C-M-A-H

This capital city belonged to Mahajanapada​

Answers

Answered by rajkumardhiman021
1

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