All pastes #2100838 Raw Edit

Unnamed

public java v1 · immutable
#2100838 ·published 2012-01-07 19:03 UTC
rendered paste body
package homework;public class MilitaryRunner {	/**	 * @param args	 */	public static void main(String[] args) {		// TODO Auto-generated method stub		TimeInterval Natan = new TimeInterval (1000, 1730);		System.out.println(Natan.Output());			}}