https://github.com/awass04/mini-application-2
A menu system I have created to display my skills in C++ which allows the user too: answer random simple math problems, find the square root of a number with up to 6 decimals of accuracy, encrypt text (Caesar cipher) and decrypt text (Caesar cipher).
https://github.com/awass04/mini-application-2
application c caesar-cipher decrypt decryption encrypt encryption-decryption error-handling squareroot
Last synced: 3 months ago
JSON representation
A menu system I have created to display my skills in C++ which allows the user too: answer random simple math problems, find the square root of a number with up to 6 decimals of accuracy, encrypt text (Caesar cipher) and decrypt text (Caesar cipher).
- Host: GitHub
- URL: https://github.com/awass04/mini-application-2
- Owner: AWass04
- Created: 2024-10-01T12:56:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T22:08:18.000Z (8 months ago)
- Last Synced: 2025-01-12T02:37:02.381Z (5 months ago)
- Topics: application, c, caesar-cipher, decrypt, decryption, encrypt, encryption-decryption, error-handling, squareroot
- Language: C++
- Homepage:
- Size: 2.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini-Application-2
A menu system I have created to display a basic understanding of C++.#Functionality
* Creat random simple math equations
* Find square root of a number with up to 6 decimal precision
* Encryt text (caesar cipher)
* Decrypt text (caesar cipher)# Language Used
C++