Monday is what it seems. Blue and Dampy!! Well, when it’s a Monday, yes, it’s the day where people start to go to work and to school, universities. Hahaha… most of them wished that the weekends would prolong and not ended too fast. Well what is 2 days compared to 5 working days. You tell me.
But knowing this fact, even if we were given 3 days for a weekend, there will never be enough days for everyone to enjoy. Hmm let me come out with an equation.
String[] workingDays = {“Monday”, “Tuesday”, “Wednesday”, “Thursday”, “Friday” };
double pay = 100.0d;
double totalPay = 0.0d;for (int i=0;i<workingDays.length;i++) {
totalPay = totalPay + pay;
}System.out.print(“You get $” + totalPay + ” per week!”);
System.out.print(“In a month you get $” + totalPay*4);
Now tell me, if you have 4 days a week and 3 days of weekend. How much would you get??? Argh….
ps : Anything this doesn’t apply to places where they pay you per monthly salary. Well, I doubt that the company’s accountant didn’t do this calculation at all. 🙁
Monday is really blue.. same as me.. 🙁
Fortunately today I on half day leave..kekeke
500 per week,
2000 per month!
omg you writing java here
keeyit,
Half day leave, so syiok one. Dunno Tuesday how!!
MerDurian,
Haha!! I am a Java web developer. What do you expect! 😛