main

 avatar
unknown
plain_text
2 years ago
452 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 vo7;

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

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