Dev-C++

Dev-C++ is a free full-featured integrated development environment distributed under the GNU General Public License for progr...





  NetBeans is an integrated development environment for Java. NetBeans allows applications to be developed from a set of modular software components called modules. NetBeans runs on Microsoft Windows, macOS, Linux and Solaris. Wikipedia
Original author(s)Roman Staněk
LicenseNow Apache License. Previously CDDL or GPL2; "certain source files" allow classpath exception
Stable release9.0 / July 29, 2018; 3 months ago
Preview releaseApache NetBeans 9.0 RC3


Link :

NetBeans IDE 8.0.2

  NetBeans is an integrated development environment for Java. NetBeans allows applications to be developed from a set of mo...

Program Java Menghitung Diskon

Coding : import java.util.Scanner; import java.io.*; class diskon{     public static void main(String[] args) throws IOExcep...

Coding :


import java.util.Scanner;
import java.io.*;

class Percabangan{
    public static void main(String[] args) throws IOException{
    int nilai;
       
    //Ganjil & Genap
    Scanner input = new Scanner(System.in);
    System.out.print("Masukan nilai nya :");
    nilai = input.nextInt();
   
    if(nilai % 2 == 0)
    {
        System.out.println("Bilangan Genap ="+nilai);
    }
    else {
        System.out.println("Bilangan Ganjil ="+nilai);
    }
  }
}

Program Java Bilangan Genap & Ganjil

Coding : import java.util.Scanner; import java.io.*; class Percabangan{     public static void main(String[] args) throws IOExc...

2018. Powered by Blogger.

Search

Popular Posts

Labels