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 29049The 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 25106Post New MMM Interview Questions
What is rule building and validation under risk management?
How do I remove zeros in front of a number in excel?
What are standard actions in JSP?
What is partition testing?
Why sorting is used?
What are the different pseudo commands? Explain in general?
With in the form we want to check all the text box control are typed or not? How?
Who won in the India - England ODI Series held in January 2017?
Can I build wordpress site offline?
What are types in c#?
What is the difference between kafka and mq?
Which are commonly used php based cms?
What are dynamic attributes and their handler?
What are the different types of memory in .net?
How do you export code from Java to Kotlin?