Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.

Lv 31.036 points

Excalibur

Favorisierte Antworten26%
Antworten179
  • Where or how do I take an official IQ test?

    I have taken online IQ tests and gotten scores between 130 and 150, I want to apply to Mensa but I need an official IQ score.

    3 AntwortenStandards & Testingvor 8 Jahren
  • Are Years ordinal or cardinal based?

    Did we start at zero or one if the question doesn't make sense.

    1 AntwortHistoryvor 8 Jahren
  • how to use while loops in javascript?

    var loops = 0;

    while(loops) {

    console.log("I'm looping!");

    loops = loops++;

    }

    why does this create an infinite loop? This is an exercise on code academy with the following text on the side.

    Practice makes perfect

    Okay. Time for you to create a while loop from scratch!

    We've set up a function, loop, for you to write your while loop in, as well as created the empty loop.

    Remember to set up the condition you're checking outside the loop—if you do it in the loop, it will keep resetting and the loop could go on forever!

    INSTRUCTIONS

    Write a while loop that logs "I'm looping!" to the console three times. You can do this however you like, but NOT with three console.log calls. Check the Hint if you need help!"

    here's the hint:

    We actually know we need to loop three times, so we could use a for loop, but we'll use while this time.

    If we create a variable called loops and set it to 0 outside the loop (on line 2), then do loops++ each time we console.log() inside the loop, we'll be able to track how many loops we've made. If we set the while condition to be loops < 3, that should do the trick!"'

    and here is the default code that you have to change:

    //Remember to set your condition outside the loop!

    var loop = function(){

    while(){

    //Your code goes here!

    }

    };

    loop();"

    3 AntwortenProgramming & Designvor 8 Jahren
  • Did the advent of nuclear weapons save more lives then it ended?

    I know the answer is that it has, because it killed less than a million people, but I wonder if someone could estimate how many lives would be lost if nuclear weapons hadn't come about and created a global stalemate between countries that own nuclear weapons.

    5 AntwortenHistoryvor 8 Jahren
  • What is the better meaning for right angle?

    Does "right" angle make more sense logically as meaning "correct" or "opposit of left"?

    5 AntwortenMathematicsvor 8 Jahren
  • Is space infinite or finite?

    This is an opinion based question, but use facts as much as possible to support your argument. Using logic, argue whether space is finite or infinite.

    9 AntwortenAstronomy & Spacevor 8 Jahren
  • Indefinite Integral of [x*(4x+5)^8]?

    Using substitution rule. Please help!

    3 AntwortenMathematicsvor 8 Jahren
  • what is the best way to differentiate pi*root108/pi*h * root108/pi*h + h^2?

    I tried the product rule, but it's way too sloppy, is their a neater way of differentiating this?

    3 AntwortenMathematicsvor 9 Jahren
  • Light headed whenever I stand up? Not sure why?

    I am 17, 6' 1", 220lbs. I have lost about 40lbs in the past 5 months, I am on a vegan diet most days of the week and on sundays i only eat poultry (for overall health not weight loss specifically) and am experiencing light headedness about 7/10's of the time when I stand up from a hunched over (imagine a gardener) or laying down (as in bed). I have rationalized that it could be that my blood takes a couple seconds to reach my head after I get up. Any more serious prognosis'?

    4 AntwortenOther - Healthvor 9 Jahren
  • Addicted to porn, giving it up, now mom thinks I'm depressed. How do I tell my mom?

    I've been taking antidepressants for a year now and have gone down from 450mg to 150mg and I feel really good about it. But after reading articles and testimonials on yourbrainonporn.com I decided to stop self-pleasure and porn. It's common to have withdrawal symptoms like depression and sadness and I skipped school because I had a late night. My mom thinks I'm depressed and should up my dosage but I think it's premature. How do I convince my mom to wait it out without saying why?

    5 AntwortenMen's Healthvor 9 Jahren
  • Does sitting while you pee help your prostate?

    On this comedy TV Show, "18 to Life", they had an episode about this weird prostate disease/condition that is prevented by sitting down while you pee. It turned out that the disease was just a way for the wife to get her husband to sit and pee. But I'm wondering if it's a real thing. Will it help a man avoid prostate cancer/illnesses in the future?

    2 AntwortenMen's Healthvor 9 Jahren
  • I keep throwing out my arm?

    I haven't played baseball in 3 years and in the first practice I threw out my arm because I was using bad form. Now I keep throwing it out everyday because I'm catcher and all 5 pitchers throw to me 30 times each and even though I'm using good form and stretching beforehand I have to throw back 150 times which would usaually be no problem but is with a hurt arm. I think I have my form down now but I need some advice on how I should go about healing it other than iceing every 20 mins for 10mins like I already do. And it hurts in my outer elbow midway to the shoulder.

    1 AntwortInjuriesvor 1 Jahrzehnt