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
Is c++ fully object oriented?
Which software is used for c++ programming?
What is ifstream c++?
They will ask u question about single linked list?. Write Code for to insert delete node.
Can static member variables be private?
Distinguish between new and malloc and delete and free().
Do you know the use of vtable?
Can we make copy constructor private in c++?
Is c++ low level?
What is a manipulator in c++?
write a program that takes 5 digit no and calculate 2 power that no and print it.
can output 5 students using one dimensional array