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

Post New Answer

More C++ General Interview Questions

What is a list c++?

0 Answers  


What is istream c++?

0 Answers  


What are the uses of c++ in the real world?

0 Answers  


Does c++ have finally?

0 Answers  


What is class in c++ with example?

0 Answers  






Is java based off c++?

0 Answers  


What is enum c++?

0 Answers  


"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"

9 Answers   College School Exams Tests, HCL,


Differentiate between C and C++.

0 Answers   Wipro,


What is the best ide for c++?

0 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


Which algorithm do you like the most? Why?

2 Answers   Google,


Categories