Advertisement
noonarhz

Biodata

Feb 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 KB | None | 0 0
  1. using System;
  2.  
  3. using System.Collections.Generic;
  4.  
  5. using System.Linq;
  6.  
  7. using System.Text;
  8.  
  9. using System.Threading.Tasks;
  10.  
  11.  
  12.  
  13. namespace Console_Biodata_Tugas1
  14.  
  15. {
  16.  
  17. class Program
  18.  
  19. {
  20.  
  21. static void Main(string[] args)
  22.  
  23. {
  24.  
  25. Console.WriteLine("______________________________________________________________________________");
  26.  
  27. Console.WriteLine(" B I O D A T A ");
  28.  
  29. Console.WriteLine("______________________________________________________________________________");
  30.  
  31. Console.WriteLine();
  32.  
  33. Console.WriteLine("Novanna Rahma Zani");
  34.  
  35. Console.WriteLine("Lahir di Tangerang 17 November 2000");
  36.  
  37. Console.WriteLine("");
  38.  
  39. Console.WriteLine("Tahun 2019 ini masih jadi Mahasiswi di Politeknik Elektronika Negeri Surabaya");
  40.  
  41. Console.WriteLine("Jurusan DIII T. Elektronika");
  42.  
  43. Console.WriteLine("Suka dunia Dirghantara");
  44.  
  45. Console.WriteLine("InsyaAllah tetep fokus di Avionic Electrical");
  46.  
  47. Console.WriteLine("Doain yaaa^^ ");
  48.  
  49. Console.ReadKey();
  50.  
  51. }
  52.  
  53. }
  54.  
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement