787
Exam Answer
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Scala and Kotlin are close ones, although those requires variables to be declared with
var day = “Monday”
(unless the variables are declared elsewhere)