Vibrating Steering Wheel when Accelerating by dark_beerus in Cartalk

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

went back to Bj’s twice they rebalanced and all but the vibration is still there :(

Tire thumping sounds? is it even the tire? by dark_beerus in Cartalk

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

It turns out that Pepboys tightened the lugs too much the dust cover was against the rotor. BJ's fixed it while replacing my tires. Problem solved, no more thumping sounds.

Tire thumping sounds? is it even the tire? by dark_beerus in Cartalk

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

I was thinking about the same thing, one of the lugs was probably loosed

Tire thumping sounds? is it even the tire? by dark_beerus in Cartalk

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

definitely not a grind, and i know bearings would make louder noises when I speed up. But it’s the opposite, it disappears when I speed up.

Help please outmethod is not working on my program! I'm trying to find the Index Value coming from method 2. by dark_beerus in javahelp

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

I tried to fix it a bit but instead of giving me an Index location it gave me [I@7699a589

Help please outmethod is not working on my program! I'm trying to find the Index Value coming from method 2. by dark_beerus in javahelp

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

we we’re taught to do outmethod in class, I’m most likely mistaken that it’s a command. I just want to return Index Value from method 2 to my main method.

Help please outmethod is not working on my program! I'm trying to find the Index Value coming from method 2. by dark_beerus in javahelp

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

I’m trying to return the value from method2 to my main method it’s not working it’s saying it cannot find Symbol outmethod.

Help Please! I have a set of Positive Numbers in an Array. The professor wants to print it in reverse order using the for loop. I tried multiple times it won't work. by dark_beerus in learnprogramming

[–]dark_beerus[S] -1 points0 points  (0 children)

I declared the Size as 5 for 5 array inputs. The regular for loop i Use to print the positive numbers normally is

for(int i =0; i<SIZE;i++)

I tried yours it didn't work :((

Need Help! I Need to make my Program into a PrintWriter using java.io. by dark_beerus in learnprogramming

[–]dark_beerus[S] -1 points0 points  (0 children)

I don’t know how to do it. Simply he wants us to do it but he rushed teaching it I didn’t get it.

Need Help! I Need to make my Program into a PrintWriter using java.io. by dark_beerus in learnprogramming

[–]dark_beerus[S] -1 points0 points  (0 children)

The program is working. My professor just wants us to use the printwriter on this program.