Guest User

Untitled

a guest
Dec 15th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. public class Kelas  
  2.  {  
  3.    private String kelas;  
  4.    public Kelas(String Kelas)  
  5.    {  
  6.      kelas=Kelas;  
  7.    }  
  8.    public String getKelas()  
  9.    {  
  10.      return kelas;  
  11.    }  
  12.  }
Add Comment
Please, Sign In to add comment