Search results

  1. L

    What company does Sprint use for background checks?

    Can someone tell me which company Sprint uses to check their potential employee backgrounds?
  2. L

    Assembly language -- how to test for even number???!!?

    I have to write an assembly program for the following problem: P = sum of even numbers from 1 to Q. P = 0; Q = 30; // also test on Q = 19 for (D2 = 1; D2 ≤ Q; D2++) if (D2 is even) P = P + D2; My question is how do you test D2 for an even number (using assembly language)?
  3. L

    Why is Obama saying that we should provide great financial aid to other countries?

    I saw today that Obama was over in Italy giving a speech on g8/global warming. One of my questions is, why is Obama over in Italy giving them a speech on how to control global warming? Shouldn't that be the something that the leader of Italy be doing? Also, why is Obama stating that we need...
Back
Top