main

 avatar
unknown
plain_text
2 years ago
459 B
5
Indexable
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package p000017;

/**
 *
 * @author HP
 */
public class P000017 {

    public static void main(String[] args) {
        Manager mn = new Manager();    
        mn.input();            
        mn.sortBySalary();    
        mn.disPlay();         
    }
}
Editor is loading...