In this C++ program, a star is printed after the desired countdown given by the user. This star has been created with the help of several FOR loops.
This C++ program is to encrypt as well as decrypt a string. In this program, two techniques of cryptography are used for encryption and decryption: 1. Caesar Cipher 2. RSA algorithm
This C++ program counts all the occurrences of a specific word in a text file and finds their positions. Then, replaces all of them with another word.