文件名称:Ex4_Timer
介绍说明--下载内容均来自于网络,请自行研究使用
Digital Timer Write a program that simulates the digital timer, according to the specification discussed during the last week lecture. Implement the classes Timer and Display in the way as it is shown on slide 16 of the Unit 6. You program will consists three classes: Timer, Display and TestTimer. Timer will use Display class to create two objects: hours and minutes. TestTimer should create an object of class Timer and simulate work of the digital timer for 10 minutes.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 9985ex4_timer.rar 列表 Ex4_Timer\Timer.java Ex4_Timer\TestTimer.java Ex4_Timer