 /*
 * Main.java
 *
 * Created on October 30, 2007, 9:10 AM
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package mlqko;

/**
 *
 * @author student
 */
public class Main {
    
    /** Creates a new instance of Main */
    public Main() {
    }
    
    /**
     * @param args the command line arguments
     */
 
    public static void main(String[] args) {
        mlqko mlqko=new mlqko("koze mlqko",0.60,0.12);
        cheese sirene=new cheese("?????",0.35,0.10,0.82);
        mlqko.Output();
        System.out.println("?????????????? ???? ????? "+mlqko.ProizCena);
        System.out.println("???????? ???? ?????"+mlqko.ProdajCena);
        super.Output();
        System.out.println("?????????????? ???? ??????"+sirene.ProizvCena);
        System.out.println("???????? ???? ??????"+sirene.ProdajCena);
    }
        
        // TODO code application logic here
}
    
