What are the five functions of a database?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
what are the disadvantages of selenium IDE..?
How can you secure the access to your s3 bucket?
What is Purchase Requisition means? Why we used this in MM Module in SAP? what is t.code of it?
how to configure mq?
What is frequentist?
Explain what is decorator?
What is osi and it's role in computer networking?
How can we measure the performance of an ip link?
Have you ever used counters in hadoop?
How to make object serializable in java?
How long does it take to learn c# for unity?
Why do we use pipelines in jenkins?
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.