ini_PlayeR

1_Biodata

Feb 23rd, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.67 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6.  
  7. namespace Biodata
  8. {
  9.     class Program
  10.     {
  11.         static void Main(string[] args)
  12.         {
  13.             Console.WriteLine("BIODATA");
  14.             Console.WriteLine("");
  15.             Console.WriteLine("Nama         : Muhammad Rafi Nugroho");
  16.             Console.WriteLine("NRP          : 1103181037");
  17.             Console.WriteLine("Kelas        : 1 D3 Elektronika B PENS");
  18.             Console.WriteLine("Asal Sekolah : SMKN 7 Surabaya");
  19.             Console.WriteLine("Hobi         : Gaming");
  20.             Console.ReadKey();
  21.         }
  22.     }
  23. }
Add Comment
Please, Sign In to add comment