Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
donuts1227
Why should the celtics trade rondo?
i mean hes still young and if the celtics tank next season and get wiggins,parker,gordon etc i see rondo wiggins green bradley that looks like a nice team maybe also get a free agent i see them rebuilding in one year and besides what could they get for rondo a few first rounders i dont think is worth...
5 AnswersBasketball8 years agoHow do i dribble past defenders?
i practice a lot on my dribble moves but whenever im in a game and i drive i always hit off their legs or sometimes mine lol idk whats wrong
4 AnswersBasketball8 years agoDo you lose points for getting a multiple choice wrong in the AP Computer Science A test?
my teacher said you do but my barrons review book says you dont....
2 AnswersStandards & Testing8 years agoWhat are good anime to watch?
I want to watch something like Death Note, Code Geass, and Full Metal Alchemist
7 AnswersComics & Animation8 years agoPlease help with calculus problems and explain it please?
1. Use Trapezoidal Rule with n = 4 to approximate the integral of upper bound 3 lower bound 2
1/(x-1)^2 dx
2. Use a(t) = -32 feet per second squared as the acceleration due to gravity. A ball is thrown vertically upward from the ground with an initial velocity of 96 feet per second. How high will the ball go?
(a) 32 feet
(b) 64 feet
(c) 24 feet
(d) 144 feet
(e) none of these
Thanks and please explain how to get them
2 AnswersMathematics8 years agoWhat is wrong with my Grildworld RandomBug code?
Im trying to make the bug go in random places, but it always goes straight i dont kno how to change it...
import info.gridworld.actor.Bug;
import java.awt.Color;
public class RandomBug extends Bug
{
public RandomBug()
{
setColor(Color.YELLOW);
}
public RandomBug(Color bugColor)
{
setColor(bugColor);
}
public void turn(int angle)
{
int angle1 = 45 * (int) (Math.random() * 8);
setDirection(getDirection() + angle1 );
}
// Overrides Bug's act method
public void act()
{
if (canMove())
move();
else
turn();
}
}
1 AnswerProgramming & Design9 years agoCircleBug doesn't work on gridworld?
I made a new class in Gridworld called CircleBug and used this code but it still makes a box instead of a circle can someone tell me what im doing wrong???
import info.gridworld.actor.Bug;
public class CircleBug extends Bug
{
private int steps;
private int sideLength;
public CircleBug(int length)
{
sideLength = length;
}
public void act()
{
if (steps < sideLength && canMove())
{
move();
steps++;
}
else
{
turn();
steps = 0;
}
}
}
1 AnswerProgramming & Design9 years agoHow do you know which line is a constant, variable, method, and parameter in java?
For example
Also how do you know how much spaces to indent????
Which line is a constant, which is variable, which is method, and which is parameter???
final double PAY_RATE = 8.25;
final int HOURS_IN_WORK_WEEK = 40;
int hours;
double pay;
Scanner keyboard = new Scanner(System.in);
System.out.print ("Enter the number of hours worked: ");
hours = keyboard.nextInt();
if ( hours>HOURS_IN_WORK_WEEK )
{pay = (HOURS_IN_WORK_WEEK * PAY_RATE)+((hours - HOURS_IN_WORK_WEEK) * (PAY_RATE *1.5)); }
else{pay = hours * PAY_RATE;}
System.out.println ("Gross earnings: $"+pay);
2 AnswersProgramming & Design9 years agoNow that the London Olympics have concluded how has it affected Britains economy?
Just curious cuz i took an economics class and i wanna know what major events do to economies
2 AnswersEconomics9 years agoWhat if Dwight's back doesnt heal and/or he doesn't resign?
Will there still be lots of bandwagoners?
5 AnswersBasketball9 years agoHow come I'm not allowed to sell on ebay?
im not past my selling limits and ive been able to sell before but how come this time it says i need to get my paypal verified or something like that... did they change the rules the past days or something? And i cant get my paypal verified since i dont have a bank account and i cant get the paypal master card because im not 18 yet -_-.
1 AnswerOther - Internet9 years agoWill Deron Williams go to the Mavericks?
I know the Nets can pay a lot more money, but can't mark cuban like match that not with salary cap but with like a signing bonus or something so they can pay the same amount as the nets?
5 AnswersBasketball9 years agoWhen should I take my SAT Subject Tests?
I see that most prestigious colleges require subject tests but i want to take it at the end of my senior year which is next year since thatll be when i completely finish my ap biology course and calculus so i can get a higher score on the biology and math 1 subject tests. Can i take it like in june or is it too late because id have to apply during like november? will they still be able to see my scores?
2 AnswersStandards & Testing9 years agoPlease help with some physics questions 10 points PLEASE EXPLAIN HOW TO DO IT AND WHAT FORMULAS TO USE?
An 80-kilogram skier slides on waxed skis along a horizontal surface of snow at constant velocity while pushing with his poles. What is the horizontal component of the force pushing him forward?
(1) 0.05 N (2) 0.4 N (3) 40 N (4) 4 N
An airplane flies with a velocity of 750. kilometers per hour, 30.0° south of east. What is the magnitude of the eastward component of the plane’s velocity?
(1) 866 km/h (2) 650. km/h (3) 433 km/h (4) 375 km/h
2 AnswersPhysics9 years agowhy was rondo suspended?
that bump was nothing and he tripped how does he deserve a 1 game suspension for that IN THE PLAYOFFS i understand regular season BUT PLAYOFFS omg the nba is so stupid
3 AnswersBasketball9 years agoNow that derrick rose is injured do you think they can beat the celtics?
I think they'll lose in the second round to the celtics in like 6 games. I think rondo gonna abuse cj watson lmao and i know the hawks wont beat the celtics cuz the hawks are terrible lol
9 AnswersBasketball9 years agoDo colleges care about attendance?
well i have been late like 5 times this year and absent for my first period class 8 times lol but i still have like a 95-97 average do they really care about the attendance if i still get high grades?
3 AnswersHigher Education (University +)9 years agoIsn't inflation and depreciation the same?
I mean with inflation your money loses value since there is more money supply which is pretty much depreciation too right since depreciation is money losing value
3 AnswersEconomics9 years agoi forgot yahoo email password?
what do i do? i only remember 1 security answer and i know birthdate and address tho
3 AnswersSending and Receiving Messages9 years ago