Minichan

Topic: Math Question

Catherine !TGirlYJKXM started this discussion 12 years ago #34,557

If one wanted to find out what year it was X amount of years ago from Y.
What do you do?

For example:
If someone want to know what year it would have been 2000 years ago from 2014. What would the steps be?

Anonymous B joined in and replied with this 12 years ago, 6 minutes later[^] [v] #476,733

subtraction?

Triptych !IupsXZPnnU joined in and replied with this 12 years ago, 1 minute later, 8 minutes after the original post[^] [v] #476,734

Y - X

MlDAS joined in and replied with this 12 years ago, 31 minutes later, 40 minutes after the original post[^] [v] #476,739

Subtract the year it is now, to the year you want.... 2014-2000=14

Catherine !TGirlYJKXM (OP) replied with this 12 years ago, 11 minutes later, 51 minutes after the original post[^] [v] #476,742

@previous (MlDAS)
I derped out.

my $century
$century = param('Century');
if ($century == "1,000") {
print("I am a dumbass!");
}
elsif ($century == "100") {
print("I derped for a moment.");
}
else {
print("What the hell am I thinking?");
}

local century = tonumber(read())
if century == "1,000" then
print("I am a dumbass!")
elseif century == "100" then
print("I derped for a moment.")
else
print("What the hell am I thinking?")
end

(Edited 4 minutes later.)

Wasted replied with this 12 years ago, 3 minutes later, 54 minutes after the original post[^] [v] #476,743

@previous (Catherine !TGirlYJKXM)

Everyone has their moments! Your not a dumbass!

Catherine !TGirlYJKXM (OP) replied with this 12 years ago, 3 minutes later, 58 minutes after the original post[^] [v] #476,744

@previous (Wasted)
I hate it when I confuse == for = in if statements.
So annoying.

Wasted replied with this 12 years ago, 4 minutes later, 1 hour after the original post[^] [v] #476,745

@previous (Catherine !TGirlYJKXM)

I have so many of those "I'm a dumbass"
moments, i could write a book.

Anonymous E joined in and replied with this 12 years ago, 1 hour later, 2 hours after the original post[^] [v] #476,753

@476,743 (Wasted)

> Your not a dumb ass
You clearly just had your moment.

(Edited 32 seconds later.)

:

Please familiarise yourself with the rules and markup syntax before posting.