Search:

Type: Posts; User: PureMotive

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,519

    Nevermind. I got it

    Nevermind. I got it
  2. Replies
    6
    Views
    1,519

    Thanks for your help guys. Everything works now...

    Thanks for your help guys. Everything works now except for the fact that when the program is run, it automatically prints the default grade when any three grades are entered. Help on this?

    ...
  3. Replies
    4
    Views
    1,439

    bump

    bump
  4. Replies
    6
    Views
    1,519

    How would I implement that bit of code into the...

    How would I implement that bit of code into the program to make it work? Sorry for not understanding.
  5. Replies
    4
    Views
    1,439

    Yet Again, HW

    Yes, I understand the homework policy but if anyone can help me on this last problem, that would be greatly appreciated. It's my understanding that switch statements must be used, however I don't...
  6. Replies
    6
    Views
    1,519

    Helpful hints anyone?

    Does anyone know how to complete this problem from my code that I have provided? I know it might not be allowed to post answers on this forum, but any pointers would be helpful, espeically regarding...
  7. Replies
    2
    Views
    827

    Thanks it works now.

    Thanks it works now.
  8. Replies
    2
    Views
    827

    One more problem

    #include <stdio.h>

    float input (void);
    float conversion (float tempF, float *tempR, float *tempC, float *tempK);
    int print (float tempF, float tempR, float tempC, float tempK);

    int main...
  9. Replies
    2
    Views
    1,091

    Yeah that was the problem, but I managed a...

    Yeah that was the problem, but I managed a work-around.

    I just put:


    int temp;

    printf("Enter an integer and press Enter to exit the program: ");

    scanf("%d", &temp);
  10. Replies
    2
    Views
    1,091

    Kind of a little problem (HW)

    I have a little problem getting my code to work because when I run the program it allows me to enter in the numbers, but after doing so it immediately quits.

    Here's the problem: Write two...
  11. Thread: Help again

    by PureMotive
    Replies
    3
    Views
    832

    I keep getting errors. The only problem is that...

    I keep getting errors. The only problem is that the program closes immediately and I did remove the scanf("%d",temp)
  12. Replies
    2
    Views
    742

    Thank you so much! That solved it

    Thank you so much! That solved it
  13. Thread: Help again

    by PureMotive
    Replies
    3
    Views
    832

    Help again

    Here I have already written the code which prints the rightmost integer of a float number, however when I run the program and put in a number, the program closes immediately. Can anyone help me fix...
  14. Replies
    2
    Views
    742

    Help with a minor problem

    Hi guys,

    I'm trying to write a code that takes the mass and velocity of an object and converts it into momentum and kinetic energy, however when i run the program, the calculation for the kinetic...
Results 1 to 14 of 14