Search:

Type: Posts; User: Melkweg

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    5,160

    Oh sorry confused causethis forum in mine fast...

    Oh sorry confused causethis forum in mine fast bookmarks.. Yea it is a Java
  2. Replies
    3
    Views
    5,160

    can i merge 2 arrays with 1 loop?

    hey .. i was told to make an void mergeArrays(int[] ar1 , int[] ar2);
    i made it in this way ..


    int[] ar1 = {1,2,3,4}
    int[] ar2 = {5,6,7,8}

    mine code :

    public static void...
  3. Replies
    2
    Views
    5,822

    need advice/help with the logic.

    hey i got some homework to do .. with ASCII table ..
    first was to print from 128-254 with 3 rows . void(inRow) will decide how many rows it will be ..

    second mission was to print it with mine...
  4. Replies
    5
    Views
    3,933

    you meant to "scanf"? .. cause im not using it .

    you meant to "scanf"? .. cause im not using it .
  5. Replies
    5
    Views
    3,933

    so there is no Way to put "0" in the first of...

    so there is no Way to put "0" in the first of numbers? thats what im tryin to re make .. and ty for the answer!
  6. you can use Eclipse its a nice Program for c .

    you can use Eclipse its a nice Program for c .
  7. Replies
    5
    Views
    3,933

    Help please , cant find mine error in code .

    Hey , in this "mini-proj" i should have make an Lucky ticket checker..
    all work fine. except one thing . when i put "0" in the start of the number it calculate me a different Sum of numbers. youll...
  8. Replies
    5
    Views
    5,783

    void medTest(int age, int pulse){ if...

    void medTest(int age, int pulse){
    if ((35>age&&age>0) && (pulse>40&&pulse<120))
    {
    printf("Test passed .");
    }
    else if((55>=age&&age>=35) && (40<pulse&&pulse<110))
    {
    ...
  9. Replies
    5
    Views
    5,783

    My parmaeter "time" should show the hour i put...

    My parmaeter "time" should show the hour i put when i called it from main. time(12.30) for example.. So it will be 12:30 pm.
    I need to work with if else if to make this function to count from 00:00...
  10. Replies
    5
    Views
    5,783

    New , Please help me .

    1.//void medTest(int pulse, int age)
    // 35>age>0 - 40<pulse<120
    // 55>= age >= 35 - 40<pulse<110
    // age>55 - 40<pulse<100

    can some one help me understand how to make this function to work with...
Results 1 to 10 of 10