andreaholeon

Untitled

Dec 4th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. public class Main {
  4.  
  5.     public static void main(String[] args) {
  6.     Scanner keyboard = new Scanner(System.in);
  7.  
  8.         System.out.println("Insert " + "` Mr.Mitchell is cool ยด" );
  9.  
  10.     String code = keyboard.nextLine();
  11.  
  12.     for (int n=0 ; n < 10 ; n= n+1)
  13.         System.out.println(n +1 + "." + code);
  14.  
  15.  
  16.     }
  17. }
Add Comment
Please, Sign In to add comment