Created
December 4, 2015 15:07
-
-
Save Yur-ok/a2c82ce3dd2ecae6a7ff to your computer and use it in GitHub Desktop.
How much seconds in 3 weeks?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package FirstProgramm; | |
/** | |
* Created by Юрий on 04.12.2015. | |
*/ | |
public class SecondsIn3Weeks { | |
public static void main(String[] args) { | |
System.out.println(30 * 60 * 24 * 21); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Из-за спешки написал 30 вместо 60!!!
Знаю что уже нельзя исправить, просто хочу показать этим комментарием что я понял как делать задание, но поспешил... для того чтобы быстрее нагнать своих студентов в группе. Т.к. я позже подключился. На будущее буду внимательнее.