Advertisement
mbah_bejo

Biodata

Oct 11th, 2020
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.41 KB | None | 0 0
  1. /**
  2.  * Latian Java lagi
  3.  *
  4.  * @author (Tomking)
  5.  * @version (0.1 - 061020)
  6.  */
  7. public class biodatatom
  8. {
  9.     public biodatatom(){
  10.         System.out.println("**********BIODATA**********");
  11.         System.out.println("Nama    : Thomas");
  12.         System.out.println("NRP     : 0511111111111");
  13.         System.out.println("Kelas   : PBO Ceria");
  14.         System.out.println("Motto   : Tetaplah bernafas");
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement