An open API service indexing awesome lists of open source software.

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).

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++