Skip to content

Adarsha59/Number-Guessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Number-Guessing

Approach: The following steps can be followed to design the game: 1.Generate a random number between 0 and N. 2.Then iterate from 1 to 10 and check if the input number is equal to the assumed number or not. 3.If yes, then the player wins the game. 4.Otherwise, terminate the game after 12 attempts.

About

C programming language project-I.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages