Search:

Type: Posts; User: tadm123

Search: Search took 0.00 seconds.

  1. Sure sounds good.

    Sure sounds good.
  2. Printing just even numbers from user input values.

    I have one last problem, the catch here is to not use arrays:

    Here's the problem:


    Write a C program to prompt the user to enter five random integers from the keyboard and print only the even...
  3. Actually hey man can you edit your last post...

    Actually hey man can you edit your last post where I posted the final code? No pressure but when you type the problem in google it's redirected here, I just don't want people trying to copy pasting...
  4. Oh thanks for pointing it out, i'll change it to...

    Oh thanks for pointing it out, i'll change it to double.
  5. Thanks so much everyone now it works, can't...

    Thanks so much everyone now it works, can't believe I missed something so simple all this time heh.

    Thanks again :)
  6. Program converting degree to radians from 0 to n. Printing a # of lines

    Here's the problem:

    Write a C program to generate a table of conversion from degrees to radians. Your table should include a third column that contains the sine of the angle. Print 10 lines int he...
  7. Replies
    11
    Views
    2,738

    I see, I misunderstood the question then. I...

    I see, I misunderstood the question then. I thought it was the 2nd option ^


    So using arrays is necessary then to solve this problem ?
  8. Replies
    11
    Views
    2,738

    I feel so stupid but isn't that's what I was...

    I feel so stupid but isn't that's what I was doing? I made that for loop from n to -1 then it exited. Please give me a hint on the code in where should I correct it. :eek:
  9. Replies
    11
    Views
    2,738

    How can I fix the value of num so it's what I...

    How can I fix the value of num so it's what I typed into scanf?

    I just need to know that and the avg will work, anyone please help if you can.
  10. Replies
    11
    Views
    2,738

    I tried it but still the average is not right......

    I tried it but still the average is not right...
    My loop control is screwed up? in where? ;o
  11. Replies
    11
    Views
    2,738

    Average of user input in a loop problem

    Anyone please help me know what I'm I doing wrong, I been trying to figure it out literally for the past 3 hours.


    Here's the problem:
    Write a C program to read positive integers, until the...
Results 1 to 11 of 11