ssn = input("Enter a valid Social Security number: ")
dashes = 0
nums = 0
message = "Invalid SSN"
if len(ssn) == 11:
for x in ssn:
if x.isdigit():
nums += 1
elif x == "-":
dashes += 1
if nums == 9 and dashes == 2:
message = "Valid SSN"
print(message)
I wrote my code in python 3.8. I hope this helps!
Answer:
The answer is "whistle-blowing".
Explanation:
Whistleblowing is the organization's disclosure Part of the illegal immoral or existing. Unauthorized actions under the administrative influence. In this the workers, people or organizations operate to perform.
- The main objective of this initiative is to eliminate non-ethical organizational behavior.
- It provides integrity or by being truthful throughout all times, doing all the correct thing is a key element of professional morality and conduct.
Answer:
A computer is an electronic machine that processes raw data to give information as output. An electronic device that accepts data as input, and transforms it under the influence of a set of special instructions called Programs, to produce the desired output (referred to as Information).
Explanation: