Search:

Type: Posts; User: kevinsauerzxc

Search: Search took 0.10 seconds.

  1. Re: Printing arrays from user inputs (2 dimensional)

    a
  2. Re: Printing arrays from user inputs (2 dimensional)

    so the table looks like this

    freshmen sophomore junior
    32 14 23
    31 23 45
    54 32 ...
  3. Printing arrays from user inputs (2 dimensional)

    Hi, I have a table of elements ( 2 dimensional arrays) . The user will enter in the name of the column and the value of the element in that column. There are 3 columns, how do I print out all the...
  4. Replies
    6
    Views
    1,031

    Re: Why is my while loop not looping?

    Sorry, I read it but it is not very clear to me.

    --- Update ---

    Thank you very much. I figured it out, so sorry for any inconvenience.
  5. Replies
    6
    Views
    1,031

    Re: Why is my while loop not looping?

    It still output the same error after I changed my loop control variable to int
  6. Replies
    6
    Views
    1,031

    Re: Why is my while loop not looping?

    a
  7. Replies
    6
    Views
    1,031

    Why is my while loop not looping?

    a
  8. Re: Get string or a listed of number before the dash, in the middle of the dashes and after a dash.

    I'm sorry, I figured it out, my problem was knowing how to store the numbers and I got it store in arrays. Thank you very much!
  9. Re: Get string or a listed of number before the dash, in the middle of the dashes and after a dash.

    So there are three parts, I know how to do it for the first and middle, but what about the third group of numbers?
  10. Get string or a listed of number before the dash, in the middle of the dashes and after a dash.

    Hello, If I have a phone number of 1-232-23223

    How do I get the list of numbers before the dash, in the middle and after?

    Thank you.
  11. Re: Solve the missing information of a triangle

    Is it possible if you could provide me a hint?
  12. Solve the missing information of a triangle

    Hello everyone, I'm taking an introductory programming class right now and having a problem with one assignment.

    We were asked to write a program that would solve for the missing information...
  13. Replies
    3
    Views
    912

    Re: Please help me how to fix the loop

    Thank you for your help! I figured out the error. It was because I assigned a boolean variable outside of the do loop, so the true and false statement didn't work for the 2nd try. Now that I assigned...
  14. Replies
    3
    Views
    912

    Please help me how to fix the loop

    My codes are below, I'm trying to program a guessing game. The computer will generate a random number for each game, and the user will guess what number it is for infinite number of tries. The game...
Results 1 to 14 of 14