SlideShare uma empresa Scribd logo
1 de 2
package programmatematika;
import java.util.Scanner;
/**
 *
 * @author Generation MIracle
 */
public class PROGRAMMATEMATIKA {
   /**
    * @param args the command line arguments
    */
   public static void main(String[] args) {
     int pilih, menu=0;


System.out.print("tttt================================================"
     + "======");
System.out.print("nttttttPROGRAM MATEMATIKA "
     + "nttttMENGHITUNG LUAS BANGUN DATAR DAN VOLUME BANGUN RUANG "
     + "ntttttt LENDRA SUSANTO"
     + "ntttttt SEMESTER IIA "
     + "nttttt FAKULTAS INFORMATIKA DAN KOMPUTER"
     + "nttttt UNIVERSITAS MATHLA'UL ANWAR BANTEN");
System.out.print("ntttt================================================"
     + "======");
System.out.print("nn");

Scanner input=new Scanner(System.in);

System.out.println("n====>MENU PROGRAM<====");
System.out.println("0. KEMBALI KE MENU UTAMA");
System.out.println("1. MENGHITUNG LUAS SEGITIGA");
System.out.println("2. MENGHITUNG LUAS LINGKARAN");
System.out.println("3. MENGHITUNG LUAS PERSEGI PANJANG");
System.out.println("4. MENHITUNG VOLUME KUBUS");
System.out.println("5. MENGHITUNG VOLUME BALOK");
System.out.println("n6. EXIT (KELUAR)" );

System.out.print("nSilahkan Masukan Menu Program: ");pilih=input.nextInt();
System.out.print("===========================================");


do{

switch(pilih)
      {
   case 0: System.out.println("n1. MENGHITUNG LUAS SEGITIGA");
System.out.println("2. MENGHITUNG LUAS LINGKARAN");
System.out.println("3. MENGHITUNG LUAS PERSEGI PANJANG");
System.out.println("4. MENHITUNG VOLUME KUBUS");
System.out.println("5. MENGHITUNG VOLUME BALOK");
System.out.print("nSilahkan Masukan Menu Program: ");pilih=input.nextInt();
  break;
   case 1:
      System.out.println ("n1. LUAS SEGITIGA");
      System.out.println (" RUMUS LUAS SEGITIGA = alas X tinggi /2");
      System.out.print("===========================================");
     float alas,tinggi,luas;
     System.out.print("n");
     System.out.print("=> MASUKAN NILAI ALAS tt: ");
alas = input.nextFloat();
System.out.print("=> MASUKAN NILAI TINGGI t: ");
tinggi = input.nextFloat();
luas = alas* tinggi/2;
System.out.print("===========================================");
System.out.print("n=> LUAS SEGITIGA tt: "+ luas);
System.out.print("n===========================================");
break;

  case 2: System.out.println ("n2. LUAS LINGKARAN");
   System.out.println (" RUMUS LUAS LINGKARAN = 3,14 X jari2 X jari2");
      System.out.print("=============================================");
      float jari2;
      System.out.print("n");
System.out.print(" => Masukkan nilai jari-jari : ");
jari2 = input.nextFloat();
luas = 3.14f * jari2 * jari2;
System.out.print("=============================================");
System.out.println("n => Luas Lingkaran : " + luas);
System.out.print("=============================================");
break;
  case 3:System.out.println ("n3. LUAS PERSEGI PANJANG");
   System.out.println ("RUMUS LUAS PERSEGIPANJANG = PANJANG X LEBAR");
      System.out.print("===========================================");
    float panjang, lebar;
    System.out.print("n");
      System.out.print(" => Masukkan nilai panjang t: ");
panjang = input.nextFloat();
System.out.print(" => Masukkan nilai lebar t: ");
lebar = input.nextFloat();
luas=panjang*lebar;
System.out.print("=============================================");
System.out.println("n => Luas Persegi Panjang t: " + luas);
System.out.print("=============================================");

           break;
    case 4: System.out.print("n4. VOLUME KUBUS");
      System.out.println ("nRUMUS VOLUME KUBUS = SISI X SISI X SISI");
      System.out.print("===========================================");
      float sisi;
      System.out.print("n");
      System.out.print(" => Masukan Nilai Sisit: ");
      sisi = input.nextFloat();
        float volume = sisi*sisi*sisi;
        System.out.print("=============================================");
        System.out.println("n => Volume Kubus t: " + volume);
        System.out.print("=============================================");

      break;
    case 5: System.out.print("n5. Volume Balok");
      System.out.println ("nRUMUS VOLUME Balok = Panjang X Lebar X Tinggi");
      System.out.print("===========================================");
       System.out.print("n");
      System.out.print(" => Masukan Nilai Panjangt: ");
      panjang=input.nextFloat();
      System.out.print(" => Masukan Nilai Lebartt: ");
      lebar=input.nextFloat();
      System.out.print(" => Masukan Nilai Tinggit: ");
      tinggi=input.nextFloat();
      volume=panjang*lebar*tinggi;
      System.out.print("=============================================");
      System.out.println("n => Volume Balok t: " + volume);
      System.out.print("=============================================");
      break;
    case 6: System.out.print("nANDA TELAH KELUAR");

    System.out.print("n ^_^ TERIMA KASIH TELAH BERKUNJUNG ^_^");
    System.exit(0);
    break;

      default:
        System.out.print("n");
       System.out.print("n=============================================");
        System.out.println("nPROGRAM YANG ANDA PILIH TIDAK TERSEDIA");
        System.out.print("nMASUKAN PILIHAN YANG BENAR");
        System.out.print("n=============================================");
        break;


}
System.out.print("n");
System.out.print("n0. Kembali Ke Menu Utama" );
System.out.print("n6. EXIT (KELUAR)" );
System.out.print("n");
System.out.print("nMASUKAN PILIHAN t= " );pilih=input.nextInt();
System.out.print("=============================================");
} while(pilih <= 10);

}
}

Mais conteúdo relacionado

Destaque

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Destaque (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Pogram menghitung bangun datar dan ruang dengan java

  • 1. package programmatematika; import java.util.Scanner; /** * * @author Generation MIracle */ public class PROGRAMMATEMATIKA { /** * @param args the command line arguments */ public static void main(String[] args) { int pilih, menu=0; System.out.print("tttt================================================" + "======"); System.out.print("nttttttPROGRAM MATEMATIKA " + "nttttMENGHITUNG LUAS BANGUN DATAR DAN VOLUME BANGUN RUANG " + "ntttttt LENDRA SUSANTO" + "ntttttt SEMESTER IIA " + "nttttt FAKULTAS INFORMATIKA DAN KOMPUTER" + "nttttt UNIVERSITAS MATHLA'UL ANWAR BANTEN"); System.out.print("ntttt================================================" + "======"); System.out.print("nn"); Scanner input=new Scanner(System.in); System.out.println("n====>MENU PROGRAM<===="); System.out.println("0. KEMBALI KE MENU UTAMA"); System.out.println("1. MENGHITUNG LUAS SEGITIGA"); System.out.println("2. MENGHITUNG LUAS LINGKARAN"); System.out.println("3. MENGHITUNG LUAS PERSEGI PANJANG"); System.out.println("4. MENHITUNG VOLUME KUBUS"); System.out.println("5. MENGHITUNG VOLUME BALOK"); System.out.println("n6. EXIT (KELUAR)" ); System.out.print("nSilahkan Masukan Menu Program: ");pilih=input.nextInt(); System.out.print("==========================================="); do{ switch(pilih) { case 0: System.out.println("n1. MENGHITUNG LUAS SEGITIGA"); System.out.println("2. MENGHITUNG LUAS LINGKARAN"); System.out.println("3. MENGHITUNG LUAS PERSEGI PANJANG"); System.out.println("4. MENHITUNG VOLUME KUBUS"); System.out.println("5. MENGHITUNG VOLUME BALOK"); System.out.print("nSilahkan Masukan Menu Program: ");pilih=input.nextInt(); break; case 1: System.out.println ("n1. LUAS SEGITIGA"); System.out.println (" RUMUS LUAS SEGITIGA = alas X tinggi /2"); System.out.print("==========================================="); float alas,tinggi,luas; System.out.print("n"); System.out.print("=> MASUKAN NILAI ALAS tt: "); alas = input.nextFloat(); System.out.print("=> MASUKAN NILAI TINGGI t: "); tinggi = input.nextFloat(); luas = alas* tinggi/2; System.out.print("==========================================="); System.out.print("n=> LUAS SEGITIGA tt: "+ luas); System.out.print("n==========================================="); break; case 2: System.out.println ("n2. LUAS LINGKARAN"); System.out.println (" RUMUS LUAS LINGKARAN = 3,14 X jari2 X jari2"); System.out.print("============================================="); float jari2; System.out.print("n"); System.out.print(" => Masukkan nilai jari-jari : "); jari2 = input.nextFloat(); luas = 3.14f * jari2 * jari2; System.out.print("============================================="); System.out.println("n => Luas Lingkaran : " + luas); System.out.print("=============================================");
  • 2. break; case 3:System.out.println ("n3. LUAS PERSEGI PANJANG"); System.out.println ("RUMUS LUAS PERSEGIPANJANG = PANJANG X LEBAR"); System.out.print("==========================================="); float panjang, lebar; System.out.print("n"); System.out.print(" => Masukkan nilai panjang t: "); panjang = input.nextFloat(); System.out.print(" => Masukkan nilai lebar t: "); lebar = input.nextFloat(); luas=panjang*lebar; System.out.print("============================================="); System.out.println("n => Luas Persegi Panjang t: " + luas); System.out.print("============================================="); break; case 4: System.out.print("n4. VOLUME KUBUS"); System.out.println ("nRUMUS VOLUME KUBUS = SISI X SISI X SISI"); System.out.print("==========================================="); float sisi; System.out.print("n"); System.out.print(" => Masukan Nilai Sisit: "); sisi = input.nextFloat(); float volume = sisi*sisi*sisi; System.out.print("============================================="); System.out.println("n => Volume Kubus t: " + volume); System.out.print("============================================="); break; case 5: System.out.print("n5. Volume Balok"); System.out.println ("nRUMUS VOLUME Balok = Panjang X Lebar X Tinggi"); System.out.print("==========================================="); System.out.print("n"); System.out.print(" => Masukan Nilai Panjangt: "); panjang=input.nextFloat(); System.out.print(" => Masukan Nilai Lebartt: "); lebar=input.nextFloat(); System.out.print(" => Masukan Nilai Tinggit: "); tinggi=input.nextFloat(); volume=panjang*lebar*tinggi; System.out.print("============================================="); System.out.println("n => Volume Balok t: " + volume); System.out.print("============================================="); break; case 6: System.out.print("nANDA TELAH KELUAR"); System.out.print("n ^_^ TERIMA KASIH TELAH BERKUNJUNG ^_^"); System.exit(0); break; default: System.out.print("n"); System.out.print("n============================================="); System.out.println("nPROGRAM YANG ANDA PILIH TIDAK TERSEDIA"); System.out.print("nMASUKAN PILIHAN YANG BENAR"); System.out.print("n============================================="); break; } System.out.print("n"); System.out.print("n0. Kembali Ke Menu Utama" ); System.out.print("n6. EXIT (KELUAR)" ); System.out.print("n"); System.out.print("nMASUKAN PILIHAN t= " );pilih=input.nextInt(); System.out.print("============================================="); } while(pilih <= 10); } }