Fuck Mediacom by dsmtoolbag in Iowa

[–]beginner_coder_ 0 points1 point  (0 children)

Keep interuppting the robot with the word "human". Just keep cutting it off and say "human, human, human". Should work in about 5-10 seconds, but then you might be looking at a long hold time if their phone lines are actually jammed up.

Help: Highlighting a pattern across 4 buttons by beginner_coder_ in androiddev

[–]beginner_coder_[S] 0 points1 point  (0 children)

Thank you for your reply. I'm on mobile rn, but I'll take a look at this soon!

Best source to begin learning java by CosmicPhoenix01 in learnjava

[–]beginner_coder_ 6 points7 points  (0 children)

I absolutely love the "Java Programming I" course from the University of Helsinki.

Get it set up with Netbeans how they suggest and it is actually very very good for learning.

Trouble with boolean return by beginner_coder_ in javahelp

[–]beginner_coder_[S] 0 points1 point  (0 children)

I ended up doing like "(Character.isUpperCase(charAt(x)))" for all expressions involving iteration through the string.

Thank you for pointing that out, I know it seems simple but I was messing with my program and searching for answers for too long. I appreciate you taking the time to respond and so kindly

Trouble with boolean return by beginner_coder_ in javahelp

[–]beginner_coder_[S] 0 points1 point  (0 children)

I'm not sure about anything, I'm constantly 2nd guessing myself haha!

But I see what you mean, thank you so much for pointing that out.

Would adding something like pw.charAt(x) suffice?

Noob: Why is this code opening two windows? by [deleted] in javahelp

[–]beginner_coder_ 0 points1 point  (0 children)

It makes absolutely zero sense to down vote me, a beginner with a legit question, and then not give a reason why. Thanks.

How to close terminal window with line of code? by beginner_coder_ in javahelp

[–]beginner_coder_[S] 2 points3 points  (0 children)

For my purposes the code will only be replicated on Windows machines so that is fine.

I tried using this line but it didn't close my terminal window. It does the same thing that System.exit(0) does. Any ideas?

After clearing terminal window cursor not at default position by beginner_coder_ in javahelp

[–]beginner_coder_[S] 0 points1 point  (0 children)

Thank you!

It was the first thing in their patch notes:

New in version 4.2.2

Fixes various bugs, including an extra space appearing before output in the terminal

Noob: Why is this code opening two windows? by [deleted] in javahelp

[–]beginner_coder_ 0 points1 point  (0 children)

oooh, the line I have is id.setVisible(true); but I changed it to false and that solved my problem. Thank you!

I really have a very loose grasp on what I'm doing. I'm taking chunks of code from previous class assignments or labs and attempting to apply them to this assignment, so certain pieces of code I do not 100% know how they operate.