Answer:
this isn't a fair question...
you'll either get 2,3 or 4
not a nice question
Answer: Yes
Explanation:
Public key encryption is the encryption technique that is used for private keys and public keys for securing the system.Public key is used for encryption and private key is for decryption.Public keys can only open content of the system
- According to the question, public key encryption is secure for coffee shop customer payment process as they are stored on digital certificates in long form for verifying digital signature and encrypting information.Its computation is difficult to crack through power computer access.
- Other options is incorrect as encryption is not a problem for payment procedures. Thus, the correct option is yes ,public key encryption is secure method for coffee shop customers .
Answer:
input() prompts the user to enter information
Answer:
Answer is (d) value of 10
Explanation:
Usually when we write "int x=10;", a memory space is allocated for an integer variable with name x, and content 10.