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
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
Environmental Sciences,
18 hours ago
Math,
18 hours ago
Physics,
18 hours ago
Math,
1 day ago
Accountancy,
1 day ago
Science,
8 months ago
Physics,
8 months ago
Math,
8 months ago