-
Teguh Sutanto wrote a new post, Pola Huruf, on the site Teguh Sutanto 6 days, 22 hours ago
PolaHuruf.java
public class PolaHuruf{
public static final int […] -
Teguh Sutanto wrote a new post, Simple Puzzle Kata, on the site Teguh Sutanto 1 week, 2 days ago
import java.util.*;
public class PuzzleKata{
public static String []jwbUser;
private static String []daftarKata={
“for”,
“else”,
“if”,
“while”,
“continue”,
“break”,
[…] -
Teguh Sutanto wrote a new post, Kode Hari ini (P11), on the site Teguh Sutanto 1 week, 2 days ago
Nasabah.java
public class Nasabah{
public static final int SALDO_MIN = 500;
public static final int SETORAN_MIN = 50;
private String noRek;
private String nama;
private String alamat;
private […] -
Teguh Sutanto wrote a new post, Panggung Badut, on the site Teguh Sutanto 3 weeks ago
-
Teguh Sutanto wrote a new post, Contoh Aplikasi Array 1, on the site Teguh Sutanto 3 weeks, 6 days ago
Materi kuliah ada di http://blog.stikom.edu/teguh/download/
/**
*
* @author Teguh Sutanto
* 3. Mencari barang yang paling laris
* 4. Mencari prosentasi penjualan per barang
* 5. Hitung total omset dari […] -
Teguh Sutanto wrote a new post, Contoh Kode Program Lat5, on the site Teguh Sutanto 1 month, 3 weeks ago
Lat1.
import java.util.*;
public class LatWhile01{
public static void main(String []strs){
Scanner sc=new Scanner(System.in);
System.out.print(“Enter n: “);
int n=sc.nextInt();
int i=0;
[…] -
Teguh Sutanto wrote a new post, Masih adakah?, on the site Teguh Sutanto 1 month, 4 weeks ago
-
Teguh Sutanto wrote a new post, Pengumpulan Tugas BPRO-4, on the site Teguh Sutanto 2 months, 1 week ago
-
Teguh Sutanto wrote a new post, TA: Mlijo Online (2013-2), on the site Teguh Sutanto 2 months, 3 weeks ago
-
Teguh Sutanto wrote a new post, TA: Sabak Elektronik (2013-1), on the site Teguh Sutanto 2 months, 3 weeks ago
-
Teguh Sutanto wrote a new post, Sidang Proposal TA, on the site Teguh Sutanto 3 months, 2 weeks ago
-
Teguh Sutanto wrote a new post, Tugas UTS PSIBO, on the site Teguh Sutanto 7 months ago
Berikut ini adalah tugas UTS PSIBO:
Ketentuan Pengumpulan Tugas:
Tugas dikerjakan secara perorangan
Tugas dikumpulkan pada saat perkuliahan setelah UTS dalam bentuk tercetak dan […] -
Teguh Sutanto wrote a new post, Special Mention Winner – di Inaicta2012, on the site Teguh Sutanto 8 months, 1 week ago
-
Teguh Sutanto wrote a new post, TOPIK TA ANDROID V.4, on the site Teguh Sutanto 8 months, 3 weeks ago
Woro-Woro
Diumumkan sepada segenap mahasiswa di manapun anda berada, berikut ini adalah ide tugas akhir yang berorientasi pada oportunity…berdasarkan perkembangan Android pada berbagai device.
Lab Bahasa […] -
Teguh Sutanto wrote a new post, Kuliah SP-Pert II, on the site Teguh Sutanto 10 months, 4 weeks ago
Contact
package tugas;public class Contact {
private String nama;
private String noTelp;
private String noHp;
public String getNama() {
return nama;
}
public void setNama(String nama) […] -
Teguh Sutanto wrote a new blog post: Kesombongan 11 months, 3 weeks ago
-
Teguh Sutanto wrote a new blog post: Review Kuliah Bahasa Pemrogramman (UTS-UAS) 11 months, 3 weeks ago
Teman-teman mahasiswa…berikut ini adalah presentasi kuliah Pertemuan ke -14, pertemuan kali ini fokus pada review materi yang pernah kita pelajari bersama. Untuk silakan diunduh Review Materi Kuliah BPro
Selamat belajar…selamat menempuh ujiah akhir semester…jangan berhenti belajar karena UAS telah usai..karena belajar merupakan…[Read more]
-
Teguh Sutanto wrote a new blog post: Tugas UTS Bahasa Pemrogramman 1 year, 1 month ago
PENGUMUMAN TUGAS UTS BAHASA PEMROGRAMMAN
Membuat buku pengalaman belajar Bahasa Pemrogramman yang berisi: resume, pembahasan tugas, dan quiz yang pernah dikerjakan selama 7x pertemuan Buku dilengkapi dengan soft copy yang berisi kode program yang ditulis dalam buku pengalaman belajar Format buku: Booklet A5, soft cover Jumlah halaman : 35 –… -
Teguh Sutanto wrote a new blog post: Contoh Aplikasi Array Satu Dimensi 1 year, 2 months ago
Contoh Aplikasi Array Kode Program import java.util.*; public class KantinPOS{ public static String NAMA_MAKANAN={6500,5000,2000, 2500,500}; public static void main(String ={0,0,0,0,0}; boolean selesai=false; Scanner sc=new Scanner(System.in); sc.useDelimiter(System.getProperty(“line.separator”)); String menuUtama=”nProgram Penjualan Kantin…[Read more]
-
Teguh Sutanto wrote a new blog post: Kode program Selection and Loop (Kuliah BP 3) 1 year, 2 months ago
public class TestIf01{ public static void main(String param){ //for(;;); for(int i=0;i0;i–) System.out.print(i + ” “); } } import java.util.*; public class PerkalianMxN{ public static void main(String []argv){ Scanner sc=new Scanner(System.in); System.out.print(“Enter n: “); int n=sc.nextInt(); System.out.print(“Enter m: “); int…[Read more]
- Load More







Recent Comments