Search:

Type: Posts; User: werty2480

Search: Search took 0.00 seconds.

  1. I need help with: getData, displayData, and getSum functions

    hey i have a programming problem and i am unsure of what the final part is.
    the question is:
    Write a program that fills an array with 10 random numbers between 1 and 20, displays the 10 numbers,...
  2. Replies
    7
    Views
    49,689

    hey laserlight so say the first 3 integers in...

    hey laserlight
    so say the first 3 integers in the array are:
    45
    100
    20
    how would i switch all numbers in the array to:
    54
    001
    02
    (opposite)?
  3. Replies
    7
    Views
    49,689

    i have filled the array with random numbers and...

    i have filled the array with random numbers and got it to print with a feild width of 4 characters i just dont know figure out how to print the array data in reverse. this is what i have:


    int...
  4. Replies
    7
    Views
    49,689

    random number generator array

    hey i having problems with solving this question:
    Write a program that generates an array of 20 random numbers between 1 and 100. Use a loop to
    output the numbers on the screen with a field width...
Results 1 to 4 of 4