Search:

Type: Posts; User: harkroad

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    1,228

    Close this Thread I Figured it out thanks

    Close this Thread I Figured it out thanks
  2. Replies
    14
    Views
    1,228

    the first line get printed bc... t= 2+3 a=...

    the first line get printed bc...

    t= 2+3
    a= 2*5 - 7 = 3
    b= 3* 3%13 +1 = 10
    c= 10 - 3 = 7

    How does the Second get those values?
  3. Replies
    14
    Views
    1,228

    Its just a Review for a Test.

    Its just a Review for a Test.
  4. Replies
    14
    Views
    1,228

    Should i figure out f first then go though main

    Should i figure out f first then go though main
  5. Replies
    14
    Views
    1,228

    How does this program work? I cant get the right...

    How does this program work? I cant get the right output from the code



    #include <stdio.h>

    int f(int a, int b, int c);

    int main() {
    int a = 3, b = 5, c = 2;
  6. Replies
    14
    Views
    1,228

    ok thanks i got it

    ok thanks i got it
  7. Replies
    14
    Views
    1,228

    Im just trying to figure out why that prints out...

    Im just trying to figure out why that prints out the answer. how it works basically. why it prints out that answer. How that array is changed
  8. Replies
    14
    Views
    1,228

    Quick Explanation

    I cant figure how to get the correct output from this code. Can someone explain. Thanks.



    #include <stdio.h>

    int main() {

    int a[] = {8,1,6,3,5,7,2,4,10,9};
  9. Yeah i also Looked at it. I cant figure out that...

    Yeah i also Looked at it. I cant figure out that function
  10. Replies
    3
    Views
    5,091

    numbers with proper divisors that sum to greater...

    numbers with proper divisors that sum to greater than the number itself. These numbers are called, “abundant numbers.” A proper divisor of a number is any number strictly less than it that divides...
  11. Replies
    3
    Views
    5,091

    Finding Abundant Numbers from txt file

    I have to Write a program that reads in a list of numbers from a file, and for each number, determines and prints out whether or not that number is abundant.

    Ive got this code so far...i cant get...
  12. Replies
    15
    Views
    2,633

    When i ran the code above it gave me 2293608...

    When i ran the code above it gave me 2293608 minutes... Whats the problem.
Results 1 to 12 of 13