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 28905The 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 24889Post New MMM Interview Questions
What are the advantages of Joomla?
How to test a dts package created for data insert update and delete?
What are the design methods of data warehousing?
Define what are tickets give scenario where you used tickets?
What python frameworks do you know?
Explain about SAP CO module?
How do we call javascript from flex actionscript?
What is wsdl? : salesforce integration
How do you set module name, controller name, and action name in zend framework?
Is and as keyword in pl sql?
What is policy based management (pbm)? : sql server database administration
Tell us why should I choose mosaic 21 applications for my erp solution?
How are the exceptions handled in sql server programming?
Why should I use postgresql?
Why there are some null interface in java? What does it mean?