Code Program (Coding) Angka Baik

Estimated read time: 2 min

 Angka Baik Program Java


package angkabaik;
import java.util.Scanner;
public class AngkaBaik {

    public static void main(String[] args) {
        // TODO code application logic here
        //angka ( ((0 <= angka) && (angka < 10)) && (angka != 4)
        Scanner input = new Scanner(System.in);
        int angka;
        String nama;
        System.out.println("------------------------------------------------");
        System.out.println("----------------PROGRAM ANGKA BAIK--------------");
        System.out.println("------------------------------------------------");
        System.out.print  ("Masukkan Nama Anda = ");
        nama = input.nextLine();
        System.out.print  ("Masukkan Angka Anda = ");
        angka = input.nextInt();
            if ( (0 <= angka) && (angka <= 10) && (angka != 4)){
                System.out.println("Nama Anda = " + nama);
                System.out.println("Bilangan Anda Adalah Bilangan Baik ");
                System.out.println("Dengan Nominal = " + angka);
                System.out.println("------------------------------------------------");
                System.out.println("----PROGRAM BILANGAN BAIK By Yudha Developer----");
                System.out.println("------------------------------------------------");
        }
            ......{Jika Ingin Lebih lengkap Untuk Source Code 
                nya bisa Klik Link Download di bawah}
    }
    
}
Jika ingin mendownload project nya langsung klik download di bawah ini.

Download SC--1


Download SC--2

Download SC--3


Posting Komentar

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.