Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: josh3012

Search: Search took 0.01 seconds.

  1. I realize I post this question bit too quick. I...

    I realize I post this question bit too quick. I should recheck my grammar. Sorry inconvenience.
  2. Survey Question for current and former University students

    This is my survey. I hope I can get many response as much as I can.



    What services and facilities should have for every University to increase intellectual and social development?



    [I...
  3. Answers
    3
    Views
    1,586

    Help USB / Hard Drive is not recognize!

    DEAR EXPERTS, EMERGENCY HELP!

    I have tons of works in this hard disk. Windows keep saying the device is not recognize.

    The pop message is

    "The last USB device you connected to this...
  4. sorry, correction for Q2. My answer is BC'D + A....

    sorry, correction for Q2. My answer is BC'D + A.

    I did recheck my answer for Q.3, it's wrong.

    This is my working for Q.3,


    A'C = A(A'+C) = AC.
    A'B = A(A'+B) = AB.
    B'A = B(B'+A) = AB or...
  5. Well, I did manage to simplify for Q.3. My answer...

    Well, I did manage to simplify for Q.3. My answer is AB + AC + ABC'. And I don't know if it can be simplify again, but this is so far I can get.
  6. Simplification of logic expression using Boolean algebra.

    Using Boolean algebra;

    1. (X + Y + Z)(X + Y + Z')
    2. A'BC' + ABC' + BC'D + BC + B'
    3. A'C + ABC' + A'B + AB'
    4. AB' + B'C' + AB + B'C
    My answer

    1. X + Y.
    2. C'D + 1
  7. How about wihout using "for loop"?

    How about wihout using "for loop"?
  8. @CravenMorhead as you said using the "for loop"....

    @CravenMorhead as you said using the "for loop". But I'm still getting error on return statement. I'm new to this programing by the way. Do I only use on "for loops" in this exercise? Or do I need to...
  9. Java questions. Implement a class, Numerical, to perform the computations described

    Java questions.




    Implement a class, Numerical, to perform the computations described below.
    • int sumTo(int m, int n), where m 6 n, to calculate m + (m + 1) + (m + 2) + · · · + n.


    e.g....
Results 1 to 9 of 9