Advertisement
bayu1st

persegipanjang

Feb 22nd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.56 KB | None | 0 0
  1. /*
  2.  * To change this license header, choose License Headers in Project Properties.
  3.  * To change this template file, choose Tools | Templates
  4.  * and open the template in the editor.
  5.  */
  6. package Praktikum;
  7.  
  8. /**
  9.  *
  10.  * @author BAYU PHOTO
  11.  */
  12. public class persegipanjang {
  13.     public static void main (String [] args){
  14.         int p=50, l=45 ,ls;
  15.         System.out.println("Panjang = " + p);
  16.         System.out.println("Lebar = " + l);
  17.         ls=p*l;
  18.         System.out.println("Luas nya adalah " + p + " + " + l + " = " + ls);
  19.        
  20.     }
  21.    
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement