/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package stuckinatimeloop;
import java.util.Scanner;
/**
*
* @author user
*/
public class Stuckinatimeloop {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
int N;
Scanner input = new Scanner (System.in);
N = input.nextInt();
for(int i=1;i<=N; i++){
System.out.println(i+" abracadabra");
}
}
}
Program diatas yang sudah saya berikan,anda dapat mencoba dengan sendirinya !!!

No comments:
Post a Comment