Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.pandadev.problem3;
- public class Rezsi {
- public Rezsi(String nev, int dij){
- this.nev = nev;
- this.dij = dij;
- }
- private final String nev;
- private final int dij;
- public String getNev(){
- return nev;
- }
- public int getDij(){
- return dij;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement