this post was submitted on 23 Jan 2024
820 points (95.5% liked)

Memes

45581 readers
1 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] TimeSquirrel@kbin.social 14 points 1 year ago (1 children)

Hated Algebra in high school. Then years later got into programming. It's all algebra. Variables, variables everywhere.

[โ€“] lhamil64@programming.dev 15 points 1 year ago

Ehh I wouldn't say variables in programming are all that similar to variables in algebra. In a programming language, variables typically are just a name for some data. Whereas in algebra, they are placeholders for unknown values.