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 2912 points

?

Favorite Answers21%
Answers153
  • What should I do if I have a crush on a friend who s moving soon?

    So I ve been friends with this girl for several months. We ve been talking and hanging out a fair amount as friends. I developed a crush on her almost immediately after we met and my feelings have been growing. However, she s going to move elsewhere for college at the start of next year. I want to tell her how I feel at some point but I m pretty sure it will end up not working out regardless. I can t really tell if she s interested in me too but I would say it s somewhat likely (or maybe she s just really friendly, friendlier than most). I don t really know what to do. Any advice would be helpful.

    1 AnswerSingles & Dating5 years ago
  • Which game is this?

    There's this game I played a long time ago. It was a real time strategy game and it had some fantasy elements. All I really remember is that there was a scout unit that could explore automatically and I think some dragon units. I want to figure out what game it was. Any ideas would be appreciated.

    1 AnswerVideo & Online Games7 years ago
  • How would you approach this situation with an ex-girlfriend?

    I had a girlfriend during my junior year in high school. We were together for about 3 months. Afterwards I made a few mistakes that led her to not really want to "interact" with me anymore I think mainly because I kept bringing up the past and she got tired of it. It's a year later now and it seems like our friendship has recovered somewhat, although I can still sense that awkwardness between us. And that's what I want to deal with. I really just want to be regular friends again with no awkwardness. I've been thinking that maybe I could just be blunt and honest and basically tell her that I want to be regular friends again and if we're both honest with each other then the awkwardness will disappear (either that or it'll be even more awkward). I still have feelings for her but I'm willing to control them and not let them affect what I say or do (I don't know if I should tell her this if I do talk to her). I tried getting over her during the summer break. I felt like I was close to getting over her, but once school started again all the feelings came back.

    So my main question is: Is this a good idea? If not, then how should I deal with it? And any advice would be greatly appreciated.

    1 AnswerFriends7 years ago
  • Any solutions to "MEM_BAD_POINTER" message with XP SP3?

    I'm trying to play Disciples 2 Gold on my computer running Windows XP SP3 but when I try to launch it I get the message "MEM_BAD_POINTER". I've played this same game before on this same computer a while ago and it worked perfectly fine, but it's not working. I've tried searching online for solutions, but I can't seem to find solutions for SP3, only for SP2. I could really use some help with finding a solution.

    1 AnswerSoftware8 years ago
  • Bleach: The Substitute season 45?

    I recently started watching Bleach On Netflix and I noticed that it said it was season 45. I was like WTF season 45!? I thought The Substitute was the first season. I'm just confused about that and need some clarification.

    2 AnswersComics & Animation9 years ago
  • When should I talk to a girl?

    Im in tenth grade and I have a crush on a girl. We're in the same group of friends but we kind of have subgroups so I don't know her that well. I want to talk to her and get to know her better but I don't really know what to talk about, but more importantly when to talk to her. I usually see her with the other "subgroup" that I would feel awkward joining in their conversation. But I guess if I could just get in the same group, that would be fine. Please I need help and some advice.

    1 AnswerSingles & Dating9 years ago
  • Need help finding what's wrong with this code?

    I did an exercise in my programming class about a pi calculator using the German mathematician Gottfried Leibniz's method to approximate pi: pi/4 = 1 - 1/3 + 1/5 - 1/7 + . . .

    This is my code:

    import java.util.Scanner;

    public class Pi

    {

    public static void main(String[]args)

    {

    Scanner reader = new Scanner(System.in);

    double pi = 1;

    int denominator = 3;

    int count = 0;

    int sign = 0;

    System.out.print("Enter the number of cycles: ");

    int cycles = reader.nextInt();

    System.out.println(cycles);

    while(count <= cycles)

    {

    if(sign == 0)

    {

    pi = pi - (1 / denominator);

    denominator = denominator + 2;

    sign = 1;

    count++;

    }

    else

    {

    pi = pi + (1 / denominator);

    denominator = denominator + 2;

    sign = 0;

    count++;

    }

    }

    System.out.println(pi * 4);

    }

    }

    It looks like it should work, but no matter what the input is I always get 4. Not even my classmate who's practically a genius at programming nor the teacher know what's wrong. I'm not being graded on this but I just need to know what's wrong.

    2 AnswersProgramming & Design10 years ago
  • Do you think COD will survive the takeover of BF? If so, do you think COD could get better and come back?

    If you can, include how bad it'll be and how COD could improve.

    8 AnswersVideo & Online Games10 years ago
  • Manga/anime recommendations?

    I'm not much of a manga/anime person, but I want to get into it more. I've only read and watched DBZ and Fullmetal Alchemist, and Deathnote and maybe Souleater seem interesting to me. I like action and I want to read something similar like Fullmetal Alchemist, with the action but also the dramatic and mysterious storyline.

    7 AnswersComics & Animation10 years ago