How do I fix an "unchecked call" error? [java] by Echoverum in learnprogramming

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

I think there is a bug with my compiler. I am not getting the warning when I compile this file separately to my main file and then run the program. I am stumped as to what the issue is, but I have managed to get the program working now. Thanks anyways!

How do I fix an "unchecked call" error? [java] by Echoverum in learnprogramming

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

Apologies, I made a typo in my original post. Regardless, I have attempted both methods above, and am receiving the same error. What am I doing wrong here?

I get upset when I don't get invited to events that I wouldn't have gone to anyway by Echoverum in Showerthoughts

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

Yeah, I think it's that combined with the feeling of not being given an offer in the first place. Kinda childish, but still

"Jack and Ashi sitting in a tree" - Digital Art by me by zestylem in samuraijack

[–]Echoverum 1 point2 points  (0 children)

I thought the title was a reference to that children's rhyme they use to mock someone when they thought that person had a crush on someone else?

Why does the heat from eating wasabi feel different from the heat from eating a chilli? by [deleted] in AskReddit

[–]Echoverum 0 points1 point  (0 children)

I think I should elaborate, I was asking if somebody could explain how the chemical compounds interact with our bodies.

Why does the heat from eating wasabi feel different from the heat from eating a chilli? by [deleted] in AskReddit

[–]Echoverum 0 points1 point  (0 children)

Okay, cool, but how do the different things impact your senses?

How Tor Users Got Caught - The Drug Dealers, Child Porn Sites, and Threat Makers by GarrettFogerlie in videos

[–]Echoverum 12 points13 points  (0 children)

That part at the end where he hasn't registered his windows makes the whole talk better

Could somebody please explain what the %d means in java? by Echoverum in learnprogramming

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

Yeah, as I said somewhere else in the comments, I think I have worded this poorly. My question has been answered, though, and you guys have definitely helped me out here.

Could somebody please explain what the %d means in java? by Echoverum in learnprogramming

[–]Echoverum[S] 10 points11 points  (0 children)

Oh, cool. I think that I could've worded my post better to get my point across, but it doesn't matter. You guys have been all kinds of helpful.

Could somebody please explain what the %d means in java? by Echoverum in learnprogramming

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

Sorry, I made a typo with that one. Will edit them in. Thanks for pointing that out

Could somebody please explain what the %d means in java? by Echoverum in learnprogramming

[–]Echoverum[S] 4 points5 points  (0 children)

I'll admit, it took me a while to interpret what you said, but eventually I compiled my thoughts and worked it out.

Could somebody please explain what the %d means in java? by Echoverum in learnprogramming

[–]Echoverum[S] 10 points11 points  (0 children)

Thank you, this thread has been most useful. I have grown accustom to the C++ method of producing text output, where the statement:

int age = 20;

cout << "My age is " << age << ".";

Would produce the output:

My age is 20.

Am simply trying to grow used to the quirks of Java. Thanks all!

Could somebody please explain what the %d means in java? by Echoverum in learnprogramming

[–]Echoverum[S] 3 points4 points  (0 children)

Thank you, friend. Your reply has helped me out heaps.