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 29065The 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 25150Post New MMM Interview Questions
Why do you want to work with SOUTH ATLANTIC OIL AND GAS INC.?
How will you access command line arguments in a go program?
What are the different performance metrics for evaluating Uber services?
What is the dogpile effect?
Why is unix used?
Is sql microsoft?
Hello Everyone.. I m trying to develop a java swing application where i can display a doc file Jeditorpane or Jtextpane.
How do I create controls dynamically (at run-time)?
How many types of operator or there in c?
What are the causes of boiler backfire and steps in how to prevent it from happening?
What are the different types of events in java?
what are the features of jquery
How can we use quantum properties in cryptography ?
What does i ++ mean in Java?
How to initialize a select box with options on page load in angular js?