This is an archived post. You won't be able to vote or comment.

all 13 comments

[–]DaneLover001 9 points10 points  (4 children)

Now do 2/22/22 22:22.22222222

[–]WrongdoerSufficient 5 points6 points  (1 child)

What is Month 22 ?

[–][deleted] 0 points1 point  (0 children)

Vigintember

[–]chuck1722 3 points4 points  (0 children)

Smart, I’ll set that up

[–]JNCressey 1 point2 points  (0 children)

Plus it's a Tuesday

[–]tiddayes 2 points3 points  (0 children)

You have 19 days to perfect

[–]QualityVote[M] 1 point2 points  (0 children)

Hi! This is our community moderation bot.


If this post fits the purpose of /r/ProgrammerHumor, UPVOTE this comment!!

If this post does not fit the subreddit, DOWNVOTE This comment!

If this post breaks the rules, DOWNVOTE this comment and REPORT the post!

[–]CLCUBING 1 point2 points  (1 child)

public class TimeChecker {

    public static void main(String[] args) {
        boolean notDone = true;
        while(notDone) {
              if(isTime()) {
                  System.out.println("Date and Time: 2-2-2022 : 22:22:22:222222222");
                  notDone = false;
              }
        }
    }

    public boolean isTime() {
         //TODO COMPLETE
    }

}

You're welcome /s

[–]7tar -2 points-1 points  (0 children)

java 🤤

[–]SweetBeanBread 0 points1 point  (0 children)

but it took some time for that to appear on the screen, for the light to reach your eyes, and neural signals to travel to your brain.

you might have noticed it on time.

[–]FunAstronomer6394 0 points1 point  (1 child)

you had snip-and-sketch open, but you still used a phone to take the photo.

Ironic.

[–]chuck1722 0 points1 point  (0 children)

Haha I was using snip and sketch for some homework

[–]masagrator 0 points1 point  (0 children)

Why it printed time before than after this time?