/*
 * Main.java
 *
 * Created on October 23, 2007, 9:03 AM
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package oop;

/**
 *
 * @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) {
        Riddle riddle1=new Riddle("Vanq zakasnq li?","da");
        System.out.println("6te se pi6e zakasnenie");
        System.out.println("vapros"+riddle1.getQuestion());
        System.out.println("otgovor"+riddle1.getAnswer());
        
        // TODO code application logic here
    }
}
