/Guess-a-natural-number-between-0-and-10-advanced-C

Write a program that asks the user to guess a natural number between 0 and 10, in a maximum of 5 attempts. The program takes a certain number from the user, which it will use to start the random number generator.

Primary LanguageC

This repository is not active