The answer is C. Primary Key. I hope this helps
Answer:
income = float(input("Monthly Income: "))
debt = float(input("Total Debt: "))
minPay = float(input("Monthly minimum payments for the debt: "))
credit = 0
if debt > (income * 6):
print("No loan can be granted!")
else:
credit = (income - minPay) * 0.3
print("You can be approved for upto $" + str(credit))
Explanation:
*The code is in Python
Ask the user for income, debt, and minPay
Check if the debt is greater than income * 6. If it is, print that no loan can be given. Otherwise, Calculate the credit amount using the given formula and print it
When you cite your sources and give credit to the authors, you are: (select all that apply) is option A: practicing ethical behavior.
<h3>Why is ethical behavior important?</h3>
In order to tell the truth, maintain our word, or assist a stranger in need, we must follow ethical principles. Everyday decisions we make are guided by an ethical framework that helps us avoid unjust results and helps us make decisions that have good effects on the world.
Therefore, Honesty, fairness, and equity in interpersonal, professional, and academic relationships as well as in research and scholarly pursuits are characteristics of ethical behavior. The rights, diversity, and dignity of both individuals and groups of people are respected in ethical behavior.
Learn more about ethical behavior from
brainly.com/question/27962109
#SPJ1
Answer:
see explaination
Explanation:
Final value :-
Memory => value = reference in code
5000 => 12 = x
5004 => 6000 = *y
5008 => 5000 = *z
5012 => 5000 = *a
6000 => 12 = y[0]
6004 => 15 = y[1]
6008 => 10 = y[2]
6012 => 12 = y[3]
6016 => 12 = y[4]
6020 =>
The answer would be D. Because it says play moo, and play baa and say hello