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 29068Post New MMM Engineering AllOther Interview Questions
Explain the Methods Of ZooKeeper class?
how is user account security established in windows server 2003? : Windows server 2003
How do I install only the client tools of sql server 2000?
How does non-deterministic garbage collection affect my code?
What are properties in C#?
Differentiate between push and pop?
what is the metallurgy use?
What is the difference between select statement and provide statement ? : abap hr
Any Weakness that you think you may have?
USP methodology, EP methodology, IP methodology, among three if possible to use one methodology for qualify working standard to use USP, EP, IP ? Please explain...
Explain briefly how you can import electronic bank statements into sap?
What is the standard font?
What is a blocking code?
Different ways a project can be moved to production ?...example ….export-import and Version control.
Which is good to use – constructor or setter-based dependency?