Search:

Type: Posts; User: Zijing Ky

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    1,276

    Ok it works! Thanks!!

    Ok it works! Thanks!!
  2. Replies
    12
    Views
    1,276

    oh 'cause I didn't add it in, i just replaced...

    oh 'cause I didn't add it in, i just replaced it.. Silly me.
  3. Replies
    12
    Views
    1,276

    OH i editted the starter post.

    OH i editted the starter post.
  4. Replies
    12
    Views
    1,276

    Wait you dont need to use loop for this?

    Wait you dont need to use loop for this?
  5. Replies
    12
    Views
    1,276

    But that gives me infinite loop of 00000

    But that gives me infinite loop of 00000
  6. Replies
    12
    Views
    1,276

    How to terminate in loop? Help

    float i, R, I; // counter, resistance, input//
    float V; // voltage//


    printf("Enter the current: ");
    scanf("%f",&I);
  7. Yea, I can't use loop, only can use if, else,...

    Yea, I can't use loop, only can use if, else, switch.
  8. I know I should scanf one at a time, but what...

    I know I should scanf one at a time, but what about printf for prompting the user to enter 10 integers, should i do that 1 at a time as well?
  9. Do you have to declare all variables in the...

    Do you have to declare all variables in the beginning or can you declare it anywhere (just before you use it)?
  10. So do I ask the user for the integers one at a...

    So do I ask the user for the integers one at a time or all at the same time?
  11. How do you save it?

    How do you save it?
  12. I can't use loop since we haven't covered it in...

    I can't use loop since we haven't covered it in class.
  13. How to read 10 integers and print out the smallest number?Please Help!

    I need to write a program that reads 10 integers and determines and prints out the minimum integer.
    The hint is not to compare 10 integers at one time.
    The question is how do I compare one at a...
Results 1 to 13 of 14