Answer:
count_land = count_air = count_water = 0
while True:
s = input("Enter a string: ")
if s == "xxxxx":
break
else:
if s == "land":
count_land += 1
elif s == "air":
count_air += 1
elif s == "water":
count_water += 1
print("land: " + str(count_land))
print("air: " + str(count_air))
print("water: " + str(count_water))
Explanation:
*The code is in Python
Initialize the variables
Create a while loop that iterates until a specific condition is met. Inside the loop, ask the user to enter the string. If it is "xxxxx", stop the loop. Otherwise, check if it is "land", "air", or "water". If it is one of the given strings, increment its counter by 1
When the loop is done, print the number of strings entered in the required format
Answer:
Producers
Explanation:
Producers manufacture and provide goods and services to consumers.
Answer:
Security in communication between applications and sites in m-commerce can use SSL technology.
Explanation:
While developing an app, developers have to perform several checks and ensure that the server has a legitimate certificate.
Answer:
hope it's help you ok have a good day
Answer: (C) Uniform Computer Information
Explanation:
The uniform computer information is one of the type of transactional act is basically designed the various types of electronic commerce in the united states and by using this act it helps in recognizing the electronic contract by mention all the requirements.
- The uniform computer information formalizing the various types of licensing arrangement and also standardize their specific use.
- In the united state, this model law specify their guidelines from state to another State.
According to the given question, the uniform computer information transaction act is used by the software organizations and developed for the purpose of regulate the computer data transactions products like the online based database management and software.