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 29186The 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 25365Post New MMM Interview Questions
How do I create an ftp?
What is Art History Brush Tool?
What are a query and state the different types of queries and their uses?
Explain how does hadoop classpath plays a vital role in stopping or starting in hadoop daemons?
Is it possible to create an asset class automatically? : fi- asset accounting
What is zip() function in python?
How can we do validation of the fields in a project?
how to calculate the torque of a motor?
what is the traditional method of message trfer?
What are the different recording modes and how do they work?
What is a flying fox?
What is control volume system?
What is the use of auto correct load?
Can we call job within job?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?