Search:

Type: Posts; User: hellomiami

Search: Search took 0.00 seconds.

  1. Thread: Help please

    by hellomiami
    Replies
    13
    Views
    4,367

    Thank you for the tips of the lines , it looks...

    Thank you for the tips of the lines , it looks way better . Now this is what I get on the output file , grade 1 , grade 2 and grade3 display but grade one is all the way at the end . And average and...
  2. Thread: Help please

    by hellomiami
    Replies
    13
    Views
    4,367

    Thank you so much I think I am in the right path...

    Thank you so much I think I am in the right path the output is looking better with what you told me to do but still has a few problems , I've tried changing some things around but it doesn't work ,...
  3. Thread: Help please

    by hellomiami
    Replies
    13
    Views
    4,367

    Can I please get a visual of this?

    Can I please get a visual of this?
  4. Thread: Help please

    by hellomiami
    Replies
    13
    Views
    4,367

    My problem is my output file it gives me some...

    My problem is my output file it gives me some random numbers and not what I placed on my input file , so im guessing I would have to change some of the fprint at the end , I'm not sure what to do
  5. Thread: Help please

    by hellomiami
    Replies
    13
    Views
    4,367

    That is the code I compiled. my mistake , the...

    That is the code I compiled. my mistake , the output does show up but it's a bunch of numbers not really what I had put on the input file.
  6. Thread: Help please

    by hellomiami
    Replies
    13
    Views
    4,367

    Help please

    I have the following program


    #include <stdio.h>
    #include <string.h>
    #include <stdlib.h>
  7. Replies
    3
    Views
    4,668

    Arrays helps

    Ok so my program is supposed to ask the use to enter 10 integer values , calculates the sum and average of all 10 integers and outputs the 10 numbers their sum and average .
    I have this for the...
  8. Replies
    9
    Views
    9,424

    I think they are what tell you how many decimals...

    I think they are what tell you how many decimals points will show right?
  9. Replies
    9
    Views
    9,424

    Are they random numbers ?

    Are they random numbers ?
  10. Replies
    9
    Views
    9,424

    Hey sorry to bother but can you help me...

    Hey sorry to bother but can you help me understand something. So I have this code the same about converting temperatures .

    printf("%8.2f\t %-10.2f\n", number1,CelToFah(number1),CelToKel(number1));...
  11. Replies
    9
    Views
    9,424

    Thank you so much for the help both of you!!...

    Thank you so much for the help both of you!! Really appreciate it !
  12. Replies
    9
    Views
    9,424

    Question about c for engineers

    I have this program and the variables part says

    double CelFah (double);

    I want to know why do I have to put the word double in parenthesis again , I've never seen this ?? How can I avoid that,...
  13. Replies
    10
    Views
    2,925

    Thank you so much for your help, I was able to...

    Thank you so much for your help, I was able to finish ,everything worked. Wouldn't have been able to do it without your help and patience!
  14. Replies
    10
    Views
    2,925

    Ok so ive done everything up to the calculation...

    Ok so ive done everything up to the calculation and everything has worked fine! how would I do the calculations? would I put something like totalCost =?
  15. Replies
    10
    Views
    2,925

    Ok thank you , that worked perfect , now you said...

    Ok thank you , that worked perfect , now you said in the beginning to add the "if" to see if the customer chose option one.
    do



    {
    if (option !=1);
    }while (option !=2);
  16. Replies
    10
    Views
    2,925

    I didn't ask for him to do my homework I asked...

    I didn't ask for him to do my homework I asked for an example with the while loop , because this is the first time I do this.
  17. Replies
    10
    Views
    2,925

    Really this is the first time I'm doing something...

    Really this is the first time I'm doing something like this I, if you could give me an example I would really appreciate it ?
  18. Replies
    10
    Views
    2,925

    Homework c for engineers

    OK so this is my homework , this is the first time I take a c for engineers class .
    It is the year 2035, the MarsX Space Vehicles Company has recently made its X-2 single use Space Transportation...
Results 1 to 18 of 18