Takes the input of two numbers and runs up to five mathematical operations on them and allows you, the user, to either re-run the program with the same numbers, choose new numbers or quit. Run It Now!
import java.awt.*;
import java.util.*;
public class tokei2 extends java.applet.Applet implements Runnable {
Thread kicker = null; // アニメーションのためのスレッド変数
int hour,min,sec;
public void in Run It Now!