Respuesta :
This question seeks to test the students knowledge of Pseudocodes. See the full pseudocodes below.
What is a pseudocode?
A pseudocode is a form of program design notation that resembles a condensed coding language.
What is the pseudocode for the above question?
1. information = {}
2. num_brokers = int(input("Please enter the quantity of specialists: "))
3. for I in range(num_brokers):
name = input("Please enter the name of specialist {}: ".format(i+1))
num_clients = int(input("Please enter the quantity of clients seen by {}: ".format(name)))
data[name] = {"clients": num_clients}
4. for name, information in data.items():
for j in range(info["clients"]):
venture = float(input("Please enter the sum contributed by client {}: ".format(j+1)))
data[name]["investment"] = venture
5. for name, information in data.items():
total_investment = sum(info.values())
data[name]["total investment"] = total_investment
6. for name, information in data.items():
investment_incentive = info["total investment"] * 0.02
data[name]["investment incentive"] = investment_incentive
7. for name, information in data.items():
client_incentive = info["clients"] * 50
data[name]["client incentive"] = client_incentive
8. for name, information in data.items():
total_incentive = info["investment incentive"] + info["client incentive"]
data[name]["total incentive"] = total_incentive
9. for name, information in data.items():
print("{}'s complete motivator is: {}".format(name, info["total incentive"]))
Learn more about pseudocodes at:
https://brainly.com/question/24953880
#SPJ1