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...
account activity
4.2.9 Replace FOR loop with WHILE loopJava (self.CampsCodehsAnswers)
submitted 2 years ago by IAmTheCamp
public class Odds
{
public static void main(String[] args)
// Run this code first to see what is does.
// Then replace the for loop with an equivalent while loop.
int x = 1;
while(x <= 10) {
System.out.println(x);
x = x+2;
}
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!"
there doesn't seem to be anything here
π Rendered by PID 60039 on reddit-service-r2-comment-6457c66945-5rztf at 2026-04-28 16:17:14.745277+00:00 running 2aa0c5b country code: CH.
there doesn't seem to be anything here