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 29065Post New MMM Interview Questions
What is an associative array?
What is shared buffer in postgres?
what is typa casting and type conversion ?
Who are the gang of four? Why should you care?
Describe about size of a molecule, which make a substance antigenic.
How do I sort a dictionary by value?
How do you check if java is installed on windows command prompt?
How to unzip a file in Linux?
Why are web services so fashionable?
What are java packages?
What is difference between arrow function and normal function?
When an algorithm is considered completed?
on line cluster can we make if yes tell me the procedure
When should I use nosql database?
What do you mean by 'normalization'?