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.

Lv 2630 points

boy a

Favorite Answers31%
Answers86
  • address validation google maps?

    Hello all,

    I'm trying to find a soloution for my company. We're a property mangement company looking for a better way to validate addresses for buildings. I have a code below,

    var request = GXmlHttp.create();

    request.open("GET", "myfile.txt", true);

    request.onreadystatechange = function() {

    if (request.readyState == 4) {

    alert(request.responseText);

    }

    }

    request.send(null);

    What I'm wondering is that myfile.txt-is that the Google file or? I'm just really confused and fairly new to API's. I just need help and maybe even an explanation of how this would work. Thank you Much!!

    3 AnswersProgramming & Design8 years ago
  • Final project pizza (programming in java)?

    1. Create a class named Pizza. Data fields include a String for toppings (such as pepperoni), an integer for diameter in inches (such as 12), and a double for price (such as 13.99). Include methods to get and set values for each of these fields.

    2. Create a class named TestPizza that instantiates a few Pizza objects and demonstrates the use of the Pizza set and get methods.

    I did a project on randomly generated trees that have random colors but my teacher said she didn't want it. I'am wondering if anyone could write this? it would be amazing.

    2 AnswersProgramming & Design1 decade ago
  • the limit as h approches 0.?

    the limit as h approches 0. lim h->0 ((6+h)^-1)-6^-1/h what that ssays is six plus H to negative power of one minus six to the negative one divided by h. I keep getting one over six negative. HELP!

    3 AnswersMathematics1 decade ago
  • limit question (basic Calculus)?

    lim x--> 0 (1+x) ^1/x

    the limit as x approaches 0 what is it? apparently am supposed to find the answer to 5 decimal places. am confused, the function increases infinitely both ways on the asymptote so why is my teacher asking me? I did the stupid table from .1 all the way to negative -.000000000001 and like I says it increases without bound. SOMEONE HELP!!!!!!!!!!!!!!!!!!!!!!!!! this should be basic calculus ****, thanks

    4 AnswersMathematics1 decade ago
  • How do you draw a tree in java?

    I signed up late for this java class am taking and I don't understand much about methods and what not, however here is how much I have so far

    public void drawTree( Graphics g )

    {

    g.setColor( Color.black );

    g.fillRect ( 400,130,30,170 );

    g.setColor( Color.green );

    g.fillOval( 370,80,100,100 );

    g.fillRect ( 0,295,500,5 );

    }

    I understand that you're not suppose to have those number there but up in the top of the program and that you're suppose to define these parameters, I have until tomorrow morning to finish this if some one could write me a method that makes a simple tree but with random colors, I could invoke the method multiple times and change the position of the tree relative to the positions i defined. Thanks for your help.

    1 AnswerProgramming & Design1 decade ago
  • trig identities solving in terms of sine?

    G(x)= COS(4x)+√3 sin(4x)

    I don't understand what I'am suppose to do, using the double angle formula confuses me.

    Write it in terms of sine.

    by the way the square root is only under the the 3.

    3 AnswersMathematics1 decade ago
  • how do you ping large packets?

    does any one know the ping commmand to send large amoount of packets and surpass the limit and to eventually crash a computer? my friend knows how but he won't tell me how he crashed my computer using the ping commmand

    3 AnswersComputer Networking1 decade ago