Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Find MAX Num Program #361

Closed
khushis28 opened this issue Oct 27, 2023 · 0 comments · Fixed by #362
Closed

feat: Find MAX Num Program #361

khushis28 opened this issue Oct 27, 2023 · 0 comments · Fixed by #362

Comments

@khushis28
Copy link
Contributor

This C++ program is designed to find the maximum of three input numbers entered by the user.

Here's how the program works in summary:

The user is prompted to input three numbers.
The program then finds the maximum of these numbers using the FindMaxNum function and displays the result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant