Search:

Type: Posts; User: torquemada

Search: Search took 0.00 seconds.

  1. I have some code but I still have a problem with...

    I have some code but I still have a problem with it
    this is the part of my code for entering the numbers and calculating the rows




    for(i = 0; i <10; i++){ //10 is the maximum number...
  2. I have some code but I still have a problem with...

    I have some code but I still have a problem with it
    this is my code




    for(i = 0; i <10; i++){ //10 is the maximum number of rows, since rows are not specified I'm using 10
    ...
  3. I was working on my program and found a mistake...

    I was working on my program and found a mistake with the code to fins the number of rows.

    The code checks if the number is divisible by 2 and makes the rows equals to the number of items divided...
  4. Thanks everyone iMalc> yes I know I have to...

    Thanks everyone

    iMalc> yes I know I have to check for errors. I'm planning on putting a break after the data entry to check if the input is not a number then the program will stop.

    Adak, that's...
  5. Thanks, but my main question is how to set up the...

    Thanks, but my main question is how to set up the rows after the number of columns has been defined and the values have been entered
  6. how to get rows in a matrix when only columns are given

    The program starts with a matrix with a maximum dimensions of 10 by 10. I have to ask the user to input the number of columns he would like the matrix to be. Once he enters that data he has to enter...
Results 1 to 6 of 6