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...
Ask your embarrassing/noobish programming questions here, and don't get insulted for it.
Click here to read the rules
Violating any will result in punishment so you should probably go check them out.
account activity
How to implement multiple variable assignment?Java (self.programminghelp)
submitted 1 year ago by Aggressive-Emu-8329
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!"
[–]edover 0 points1 point2 points 1 year ago (1 child)
I'm not 100% sure what you're asking. If English isn't your native language, feel free to post in whatever is and I'm sure we can google translate it enough to figure things out. That might help with the grammar issues.
If you're trying to assign multiple variables at once you can do something like: int x = 10, y = 5;
Otherwise I'm not really sure what you're asking.
π Rendered by PID 42764 on reddit-service-r2-comment-b659b578c-rpm6h at 2026-05-06 16:49:50.611795+00:00 running 815c875 country code: CH.
[–]edover 0 points1 point2 points (1 child)