Write a program to encrypt the data in a way that inputs a
four digit number and replace each digit
by (the sum of that digit plus 7) modulus 10. Then sweep the
first digit with the third, second digit
with the fourth and print the encrypted number.
No Answer is Posted For this Question
Be the First to Post Answer
What is & in c++ function?
Define precondition and post-condition to a member function?
How can virtual functions in c++ be implemented?
What is the difference between passing by reference and passing a reference?
if there is binary tree which one is the easiest way to delete all child node?
What is the use of namespace std in C++?
Briefly describe a B+ tree. What is bulk loading in it?
Why do we use classes in programming?
What is size of null class?
How do you declare a set in c++?
What is Namespace?
What is anonymous object in c++?