Name: ________________________ Netid:
_______________
Section: _______
Name: ________________________ Netid: _______________ Section: _______
Name: ________________________ Netid:
_______________
Section: _______
#include <stdio.h>
#include <time.h> /* library containing the "time" function */
#include <stdlib.h> /* library containing the "rand" function */
int main(void)
{
int N;
int Total = 10;
int counter = 1;
printf("Enter a number: ");
scanf("%i", &N);
________________________________________________________________________________
________________________________________________________________________________
________________________________________________________________________________
________________________________________________________________________________________________________________________________________________________________
printf("\n");
return 0;
}
#include <stdio.h>
#include <time.h> /* library containing the "time" function */
#include <stdlib.h> /* library containing the "rand" function */
int main(void)
{
int N;
int Total = 10;
int counter = 1;
printf("Enter a number: ");
scanf("%i", &N);
________________________________________________________________________________
________________________________________________________________________________
________________________________________________________________________________
________________________________________________________________________________________________________________________________________________________________
printf("\n");
return 0; }