write a program to print your name 20 times
Answers
Answered by
3
String name="YOUR NAME";
for (int i=1;i<=20;i++)
{
System.out.println(name);
}
for (int i=1;i<=20;i++)
{
System.out.println(name);
}
Similar questions
Math,
9 months ago
Social Sciences,
9 months ago
Science,
9 months ago
Math,
1 year ago
Science,
1 year ago