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

Jack Hamilton

Favorite Answers14%
Answers143
  • I've forgotten my iPod backup password! Help!?

    I can't uncheck encrypt my backup files under the iPod options screen as I have forgotten my password. I have the iPod with all the data, I just want to unencrypt for future use. But I can't. Please help!!!!!!!!!

    2 AnswersMusic & Music Players1 decade ago
  • What IS a quasiperfect number really?

    Does anybody know a definition of a quasiperfect number? (especially if the factors 1 and the number itself are included in the sum)

    2 AnswersMathematics1 decade ago
  • Can you help me with this C program?

    Something keeps going wrong. Can you help me? It keeps putting a random number in for m1.

    #include <stdio.h>

    #include <simpio.h>

    main()

    {

    int n1, n2, n3, min, m1, m2, l1;

    printf("Please enter your numbers.\n");

    l1 = GetInteger();

    n2 = GetInteger();

    n3 = GetInteger();

    l1 = n1;

    while (n1 + n1 < n2 + n3)

    {

    n1 = m1;

    printf("The minimum between %d, %d and %d is %d", l1, n2, n3, m1);

    getchar();

    }

    }

    4 AnswersProgramming & Design1 decade ago