Search:

Type: Posts; User: amargo87

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    ok...this is the beginning of my program, shoudl...

    ok...this is the beginning of my program, shoudl i start it like this?





    #include <stdio.h>
    #include <conio.h>

    void main ()
  2. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    the thing is i dont know how to start it. i...

    the thing is i dont know how to start it. i actually have no idea what would be the best way
  3. Replies
    7
    Views
    1,963

    B. Missing semicolon

    B. Missing semicolon
  4. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    k it really didnt work, i have a question can...

    k it really didnt work,

    i have a question can some1 show me a detailed code on how i should start it?

    cuz i dont understand what i m doing wrong here

    Thanks Alot
  5. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    yep its all good guys i almost got the program...

    yep its all good guys i almost got the program workin tks alot everyone
  6. Replies
    7
    Views
    1,216

    foxman ur from quebec? so u speak french, caliss...

    foxman ur from quebec? so u speak french, caliss finalemen qqun qui peut vraiment m'aider

    check mec g un devoir a rendre c l'autre poste est ce que je px t'envoyer exactement ce que g a faire...
  7. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    include int main() { int intra...

    include <stdio.h>

    int main()
    {
    int intra
    int final
    int tps
    float x;
    float y;
    float z;
  8. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    include int main() { float x...

    include <stdio.h>

    int main()
    {
    float x
    float y
    float z
    scanf("%d", &x);
    scanf("%f", &y);
    scanf("%g",&z);
  9. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    how should i correct it? like so : ...

    how should i correct it?


    like so :




    include <stdio.h>
  10. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    i dont understand what is wrong with it :S

    i dont understand what is wrong with it :S
  11. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    that is correct so it should be like so? ...

    that is correct so it should be like so?



    #include <stdio.h>

    int main()
    {
    float exam1
    scanf("%d", &exam1);
  12. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    what i m basicly trying to do, is to start of a...

    what i m basicly trying to do, is to start of a program letting you chose between the avg of two exams, or ur entire grade based on the 3 exams, here is the table i have 2 use


    intra final ...
  13. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    wat is the expression i must put be4 the float...

    wat is the expression i must put be4 the float should it be

    should it be const float? or int? n what shoud i put after the expression??
    i dont seem 2 understand which one is to be used any why...
  14. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    really sorry bout that #include ...

    really sorry bout that



    #include <stdio.h>

    int main(void)
    {

    float exam1
  15. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    @dwks the program HAS 2 be in french...

    @dwks

    the program HAS 2 be in french lool....so im workin on it in french
  16. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    matsp, i m sorry i dont seem 2 understand how i...

    matsp, i m sorry i dont seem 2 understand how i m gonna put in the variables with float
    mustn't i use const float first?

    or do i start like so:





    #include <stdio.h>
  17. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    yep to advanced for me i just started it 2 weeks...

    yep to advanced for me i just started it 2 weeks ago :$

    i m gonna try n put 2gether wat u just showed me so i can see what happens
  18. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    avg= (exam1 x 0.20 + exam2 x 0.40) / 0.60 by...

    avg= (exam1 x 0.20 + exam2 x 0.40) / 0.60


    by hand with the first of XM1 and the first of XM 2
    (80*.20+82.60*.40)/.60=(16+33.04)/.60=81.73 &#37;


    (i know i m missing the beginning its because i...
  19. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    first off @ hk i got the table Xm1 Xm2...

    first off @ hk

    i got the table


    Xm1 Xm2
    80.00 82.60
    42.20 25.90
    38.20 36.90
    78.50 92.75
  20. Thread: Do while

    by amargo87
    Replies
    39
    Views
    3,201

    Do while

    first off i would like to thank everyone for helping me with the previous problem, now this is another problem i have,

    so far i think i did the right job, but i dont seem 2 know how 2 link two...
  21. Replies
    7
    Views
    1,216

    its all good i got it workin tks alot :)

    its all good i got it workin tks alot :)
  22. Thread: help plz

    by amargo87
    Replies
    21
    Views
    2,339

    actually i got it workin it was the } there...

    actually i got it workin it was the }

    there shouldnt be the two close 2gethere it was suppose 2 be like this:


    break;

    printf("\n");
    }
    while(getchar() !=...
  23. Thread: help plz

    by amargo87
    Replies
    21
    Views
    2,339

    which code do i move all the way down? ...

    which code do i move all the way down?

    while(getchar() != '\n') ;
    getchar();

    that one? i did, and if i do keep it like that i have the same problem as before,it closes as soon as...
  24. Thread: help plz

    by amargo87
    Replies
    21
    Views
    2,339

    ok wat i m tryin 2 say is when i hit M, i...

    ok wat i m tryin 2 say is

    when i hit M, i want it to show on dos ( by using scanf i believe) taht you are married and if you hit D instead that means you are divorced.
    Here is the cde with the...
  25. Thread: help plz

    by amargo87
    Replies
    21
    Views
    2,339

    perfect it actually does stay now...thanks alot...

    perfect it actually does stay now...thanks alot
    1 more question tho,

    how do i set up a printf for after i select one of the possibilities?
    For example if i press M and then i hit enter the...
Results 1 to 25 of 36
Page 1 of 2 1 2