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
Explain the scope resolution operator?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Can you pass an array to a function in c++?
What is Name Decoration?
Why namespace is used in c++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What are pointer-to-members in C++? Give their syntax.
How long it will take to learn c++?
What C++ libraries are you proficient with?
What are the methods of exporting a function from a dll?
What does n mean in c++?
What are guid? Why does com need guids?