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
Please explain class & object in c++?
What is the insertion operator and what does it do?
what is the basic concept of c++(object oriented programing)
What you mean by early binding and late binding? How it is related to dynamic binding?
What is null and void pointer?
Does c++ have a hash table?
what is data abstraction in C++?
What are the data types in c++?
What is command line arguments in C++? What are its uses? Where we have to use this?
Is c the same as c++?
What is static in c++?
What is c++ mutable?