Search:

Type: Posts; User: rachel7430

Search: Search took 0.00 seconds.

  1. Thread: help needed

    by rachel7430
    Replies
    5
    Views
    986

    i think i get the idea.. thx.. ^^

    i think i get the idea.. thx.. ^^
  2. Thread: help needed

    by rachel7430
    Replies
    5
    Views
    986

    huh??

    huh??
  3. Thread: help needed

    by rachel7430
    Replies
    5
    Views
    986

    help needed

    insert

    #include <iostream>
    using namespace std;

    int computeAbsoluteValue(int number)
    {
    // Write your code here.
    }
  4. Replies
    15
    Views
    3,797

    ya i get... but is that the only solution??

    ya i get... but is that the only solution??
  5. Replies
    15
    Views
    3,797

    no no... u ask me to think how to stop the...

    no no... u ask me to think how to stop the numbers from repeating...
    i think of it b4 posting this... n i even tried but couldnt fix the problem...
  6. Replies
    15
    Views
    3,797

    i know how to stop if its in a loop... but this...

    i know how to stop if its in a loop... but this not... dats y i need help
  7. Replies
    15
    Views
    3,797

    i compile my code n tested it on command prompt.....

    i compile my code n tested it on command prompt..
    from there i know the numbers repeated in d same column or row....
  8. Replies
    15
    Views
    3,797

    or u need to whole code?? cos its kinda long...

    or u need to whole code?? cos its kinda long...
  9. Replies
    15
    Views
    3,797

    i declared those r1c1, r1c2... etc r the position...

    i declared those r1c1, r1c2... etc r the position of numbers in a grid box...
    like in sudoku u have a 4x4 box?? like d first box i declared 1st row 1st colum (r1c1)
    then i made few fixed position...
  10. Replies
    15
    Views
    3,797

    im having a project on sudoku... so d numbers...

    im having a project on sudoku...
    so d numbers generated r not suppose to repeat..
    im not allowed to use array cos i havent learn in class yet..
  11. Replies
    15
    Views
    3,797

    Non-repeating random numbers

    #include <iostream>
    #include <cstdlib>
    #include <ctime>
    using namespace std;

    int main ()
    {
    int r1c1 , r1c2 , r1c3, r1c4 ,
    r2c1 , r2c2 , r2c3 , r2c4 ,
    r3c1 , r3c2 , r3c3 ,...
  12. Replies
    42
    Views
    7,135

    wat do u expect from only 3 classes held so...

    wat do u expect from only 3 classes held so far....
    u think this a bullet train??
  13. Replies
    42
    Views
    7,135

    so we only learn looping n few beginning chapters...

    so we only learn looping n few beginning chapters only
    we only attended 3 weeks class so far with 100% attendence...
    arrays we havent learn yet so we can use that to program...
  14. Replies
    42
    Views
    7,135

    both...

    both...
  15. Replies
    42
    Views
    7,135

    im not allowed to use array.. n actually im...

    im not allowed to use array.. n actually im looking for ideas to create all those... n not asking help to give me the whole coding...
  16. Replies
    42
    Views
    7,135

    i need to complete my flowchart diagram before...

    i need to complete my flowchart diagram before continue to designing...
  17. Replies
    42
    Views
    7,135

    im stuck at algorithm how am i suppose to...

    im stuck at algorithm how am i suppose to continue with coding??
  18. Replies
    42
    Views
    7,135

    well first i need to design an algorithm.. n im...

    well first i need to design an algorithm.. n im having problem with it right now... after input i dunno how to continue..
  19. Replies
    42
    Views
    7,135

    simple sudoku

    im a beginner in programming n i have an assignment in creating a 4x4 sudoku..
    can anyone help me in the code source and the algorithm design??
Results 1 to 19 of 19