Telor_Goreng0

Nomor1

Mar 28th, 2021 (edited)
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. import java.util.Scanner;
  2. import java.util.ArrayList;
  3. public class nomor1 {
  4. public static void main (String[]args){
  5. String[] Data = {"Bengkulu","Universitas","Teknik","Fakultas","Informatika","Teknik"};
  6. for(int i = 1; i < Data.length; i++){
  7. System.out.println(+i+"."+Data[i]);
  8. }
  9. }
  10. }
  11.  
Add Comment
Please, Sign In to add comment