C++ Number Guessing Game – Task 1 assigned by Interncred
This repository contains the Number Guessing Game implemented in C++ as part of Task 1 assigned by InternCred during the internship.
The program generates a random number within a specified range and allows the user to guess the number within a limited number of attempts. It provides feedback for each guess and displays the remaining attempts.
- C++
Priya Malhotra