Topic: very demotivated
+Anonymous A — 4 years ago #62,055
knowing that i am, very slow with programming...
+Anonymous B — 4 years ago, 23 minutes later[T] [B] #627,251
print("Hello, world")
Easy or hard?
·Anonymous A (OP) — 4 years ago, 33 minutes later, 56 minutes after the original post[T] [B] #627,252
@previous (B) easy and useless.
+Anonymous C — 4 years ago, 17 minutes later, 1 hour after the original post[T] [B] #627,253
Calculating the sum of every integer from 1 to 1,000,000
Easy or hard?
·Anonymous A (OP) — 4 years ago, 23 minutes later, 1 hour after the original post[T] [B] #627,254
@previous (C) hard and useless.
·Anonymous C — 4 years ago, 1 hour later, 2 hours after the original post[T] [B] #627,256
@previous (A)
> hard and useless.
Thanks for your reply. If you can't make a program which calculates that (a typical person could write that in under 90 seconds) then I'm afraid that programming is DEFINITELY not your thing.
You cannot, and probably will never be able to program. That's not a bad thing to know, it means you should stop trying to learn programming because you will never be competent.
My advice: find something you enjoy which you are good at instead.
(Edited 40 seconds later.)
+Anonymous D — 4 years ago, 3 hours later, 6 hours after the original post[T] [B] #627,258
@previous (C)
thats not a very smart or new kind of answer either. i was hoping you could solve problem but it seems you are more interested to scratch your twat brain
my programming is mostly for mainstream video games, so a retarded sum math software is uselessly useless even for my learning. maybe just waste your opinion elsewhere
·Anonymous C — 4 years ago, 6 hours later, 13 hours after the original post[T] [B] #627,275
If you can't work out the sum of 1 to 1,000,000 in integers, how are you going to work out the location in 3 dimensions of an object and whether it hits another object? The integer sum problem is done in day one or day two of a programming course for absolute beginners. You are currently about midday in day 1 of a programming course. Able to do Hello World but unable to a sum of integers calculation.
Here's my program, by the way.
sum = 0
maximum = 1000000
for count in range(maximum + 1):
sum = sum + count
print(sum)
So it's a 5 line program. Not hard to write.
+Anonymous E — 4 years ago, 9 hours later, 22 hours after the original post[T] [B] #627,281
@previous (C)
*steals your code for my 1st day of class*
·Anonymous D — 4 years ago, 1 hour later, 1 day after the original post[T] [B] #627,284
@627,275 (C)
and this is useless for my graphic programming.
+Anonymous F — 4 years ago, 7 hours later, 1 day after the original post[T] [B] #627,287

just be yourself
+Anonymous G — 4 years ago, 2 days later, 3 days after the original post[T] [B] #627,339
Start a new topic to continue this conversation.
Or browse the latest topics.