main

Anonymous
plain_text
03/07/2023 3:22 PM
612 B
16
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...