User Profile

Collapse

Profile Sidebar

Collapse
breezy79
breezy79
Last Activity: Nov 30 '08, 11:16 PM
Joined: Nov 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • breezy79
    replied to Array help
    in C
    Thank you so much vmpstr.
    See more | Go to post

    Leave a comment:


  • breezy79
    replied to Array help
    in C
    My code is the first post I'm just asking for help.
    See more | Go to post

    Leave a comment:


  • breezy79
    replied to Array help
    in C
    Then it says generate n integers and use the remainder operator to have all these numbers become no greater then 10.
    See more | Go to post

    Leave a comment:


  • breezy79
    replied to Array help
    in C
    Sorry, it says,the user enters a non-zero number as seed and a positive integer, say n, which is the size of the sample. "n" has to be validated between 1 and 100. Ask for another n if n is not valid. Terminate the program if seed is zero.
    See more | Go to post

    Leave a comment:


  • breezy79
    started a topic Array help
    in C

    Array help

    I'm having trouble with an array function involving seed. The code needs to display the array size in the generate function, if someone could glance at my code to point me in the right direction, I would be much obliged.
    [CODE]
    #include<stdio. h>
    #include<conio. h>
    #include<math.h >
    #include<stdlib .h>
    #define SIZE 100
    void generate(int[],int,int);
    void sort(int[],int);...
    See more | Go to post
No activity results to display
Show More
Working...