@ -0,0 +1,11 @@
#include <stdio.h>
int quiz_2()
{
int secretNumber=5;
int guess;
int guessCount = 0;
int guessLimit = 3;
int outOfGuesses =0;
}
@ -0,0 +1,6 @@
#ifndef QUIZ_2_H
#define QUIZ_2_H
void quiz_2();
#endif //QUIZ_2_H