Answer:
B. Create a lookup relationship to indicate that a person has an employer
Explanation:
Programmers are professional who build computer softwares.
Creating a lookup relationship to indicate that a person has an employer is the data model used to track the data of a developer creating an enhancement to an application that will allow people to be related to their employer. This data model allows for 25people per object.
Answer:
future value = 232369.1361
return % = 384.10 %
Explanation:
given data
principal = $100 per month
time = 40 year = 480 months
rate = 6.25 % yearly = 0.0625 yearly = 0.005208 monthly
to find out
total amount of capital at the end of your investment and percentage is your total return
solution
so here future value formula is
future value = P
..........1
here r is rate and t is time and P is principal
so put all value
future value = 100
future value = 232369.1361
so
Total capital at the end of investment-Total principle invested over the years
232369.1361 - 100 ( 12 × 40 )
184369.1361
so
Return % =
× 100
return % = 384.10 %
Answer:
while (userNum >=0) {...}
Explanation:
In a <u>while loop</u>, <u>the loop is executed until the condition is false</u>.
Since the loop will execute while the user enters a number greater than or equal to 0 (and that number is declared as <em>userNum</em>), we need to check if <em>userNum</em> is greater than or equal to 0.
Answer:
peripheral device network connection