asked 83.1k views
0 votes
Write an algorithm to display your name 10 times​

asked
User Madarco
by
8.7k points

1 Answer

8 votes

Hey this code was made in java if you have any issues let me know

package nametest;

public class Nametest {

public static void main(String[] args) {

System.out.println("namehere");

System.out.println("namehere");

System.out.println("namehere");

System.out.println("namehere");

System.out.println("namehere");

System.out.println("namehere");

System.out.println("namehere");

System.out.println("namehere");

System.out.println("namehere");

System.out.println("namehere");

}

}

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.