Tentang shareilmu2ilmu.blogspot.com

http://shareilmu2ilmu.blogspot.com/ adalah blog tentang komputer yang di buat untuk Pembelajaran, tugas-tugas,aplikasi komputer,Coding,pemograman visual, sistem manajemen basis data

Monday, 8 April 2013

Mencari Kelipatan 3 dan 7 yang sama

/*  * To change this template, choose Tools | Templates  * and open the template in the editor.  */ package pbo1; /**  *  * @author acer  */ public class Pbo1 {     /**      * @param args the command line arguments      */     public static void main(String[] args) {         // TODO code application logic here         int a=0;         System.out.print("Bilangan kelipatan 3 dan kelipatan 7 antara 10 s/d 75 adalah ");         for (int...

Class diagram

Pegawai.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication2 {     class Pegawai     {         string nama;         public string Nama         {             get { return nama; }            ...

Page 1 of 1412345Next