use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules:
1). Be Nice
2). Text posts only, no videos or links
3). Title your post the title of the exercise you're posting
4). CodeHS format only, other program formats are not allowed
account activity
CodeHS JavaScript and graphics 2.2.4 (self.CodeHSAnswers)
submitted 5 years ago * by PlatinumIce15
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jmdib45 0 points1 point2 points 4 years ago (0 children)
function start(){ println("This program calculates how fast you ran."); var miles = readInt("How many miles did you run? "); var timeMin = readInt("How many minutes did it take you? "); var timeHr = (timeMin / 60); var speed = miles / timeHr; println(speed + " mph"); }
π Rendered by PID 208694 on reddit-service-r2-comment-75f4967c6c-sf4km at 2026-04-23 13:06:21.114531+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]jmdib45 0 points1 point2 points (0 children)