Password Creator

Pada pertemuan ke dua kuliah Bahasa Pemrogramman, saya jadi teringat user dan pasword yang digunakan di Labkom (http://labkom.dinamika.ac.id). Password default bagi para praktikan adalah gabungan antara dua  karakter pertama nama lengkap ditambah dengan satu karakter terakhir dari nama lengkap tersebut.

Contoh:

Nama saya: Teguh Sutanto, jadi password defaultnya adalah TEO

Kode Program

Berdasarkan cara pembuatan password di atas, maka kita dapat membuat kode program seperti berikut:

public class PassCreator{
	public static void main(String []uname){
		String pass="";
		String userName=uname[0];
		char []c=new char[3];
		c[0]=userName.charAt(0);
		c[1]=userName.charAt(1);
		c[2]=userName.charAt(userName.length()-1);
		pass=pass+c[0]+c[1]+c[2];
		//algoritma password
		//2 char pertama + 1 char terakhir
		System.out.println("User name: " + uname[0]+ " Password: " + pass);
	}
}

Keluaran Program

This entry was posted in Kuliah. Bookmark the permalink.

38 Responses to Password Creator

  1. cheap chanel says:

    I found a lot of these cheap chanel here in 2008 and bring all of them oftentimes. My wife and i create them to go around my dogs with during the months of winter. I really a ton of running in that person all through the different, rainy extreme temperatures 1 . after i step my best puppies twice daily, everyday. The thing will be I wish we were enhanced protected. My favorite ankles and shins have proven to be extra sensestive toward the distinct and consequently my own fingertips freeze them lake pass inside of clear rain for a few years. A cheap chanel impediment clearly when it comes to moist weather we appreciate my personal own. I acquired ours available for power company, in no way method and cheap chanel without a doubt work any intent.

  2. Hop Over To THIS Site

  3. Pop Over To This Website

  4. Everyone loves my current Baileys. Any kind of swtor credits this really is for carrying, classy and wonderful. Among items pairs involving swtor credits I recieve comment forms regarding the generally. If you’re looking for a good swtor credits you can easily produce a number of different approaches so you can alter your approach webpage for myself strongly recommend any Bailey.

  5. Have A Peek At THIS WebSite

  6. Click here for info

  7. wow gold says:

    the wow gold

  8. buy chanel says:

    This is exactly fantastic entire buy chanel. Where exactly the entire group as soon as I go external of season.

  9. michael kors says:

    You can try here

  10. michael kors says:

    Hop Over To This Website

  11. michael kors says:

    Click HERE For More Info

  12. Pingback: longchamp pliable

  13. The best fine neverwinter ad I just very own As like walking found in home house slippers!

  14. Pingback: timberland homme

  15. Pingback: timberland france

  16. Pingback: cheap biking jerseys

  17. Pingback: stickers for walls

  18. Pingback: besace longchamp

  19. Pingback: sacoche longchamp

  20. Pingback: nike air max femme

  21. Pingback: air max pas cher

  22. Goyard says:

    thank you for share!

  23. Perfect swtor credits nevertheless the lining is really man made together with the basis bed time is reputable degree. Not so accurate within the outline.

  24. Pingback: chaussures timberland

  25. Pingback: chaussures timberland pas cher

  26. Postingan ini sangat membantu. Terima kasih suhu. 🙂

  27. Artikelnya luar biasa dan sangat membantu. Izin share ya Pak 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *