A company wants to transmit data over the telephone, but it is concerned that its phones may be tapped. All of its data is transmitted as four-digit integers. It has asked you to write a program that will encrypt its data so that the data may be transmitted more securely. Your script should read a four digit integer entered by the user in a prompt dialog and encrypt it as follows: Replace each digit by (the sum of that digit plus 7) modulus 10. Then swap the first digit with the third, and swap the second digit with the fourth. Then output XHTML text that displays the encrypted integer.
2 27787The sum of the digits of a two digit number is 8. When 18 is added to the number, the digits are reversed. Find the number? pls explanation is important
7 23457Post New MMM Interview Questions
What is local and global variable in c?
What is wsdl? : salesforce integration
Why do we need algorithm?
How do you separate data in a cell?
What are the different components of a spring application?
What Are The Types Of Accounts In Banks?
What to do if windows 7 is not starting?
How to compare two text files in unix?
What is a better way to design the layout of a web page – a table tag or div?
What is dirty checking in hibernate?
Is there any report or table in which user log off time is stored in sap?
In a search for planet x, this celestial body was found after astronomers had searched for an orbital disturbance of the planet uranus?
What steps to you take to promote a business idea to your manager?
Is it necessary that each try block must be followed by a catch block?
As an android developer, how will you enumerate the steps necessary to created bounded services through aidl?