jeremie1112 / All_Programs_and_algorithms

In this repository, you can add all your programs and algorithm using any coding languages
24 stars 119 forks source link

Adding 2 programs in C++ #158

Closed Dimas-Saputra-Me closed 3 years ago

Dimas-Saputra-Me commented 3 years ago

List of changes :

  1. Adding caesarCipher.cpp in Programs folder

    • Works in both lower case and upper case
    • Ignore symbols or non alphabet character (do nothing to it)
  2. Adding temperatureConvertion.cpp in Programs folder

    • 4 Temperature convertion available (Celcius, Reaumur, Fahrenheit, Kelvin)