Answer:
D. 1/2
Step-by-step explanation:
Function g takes 4 as input and return 2 as output
f takes input 2 and returns output 4
from the graph
g(4)=2
f(2)=4
3yds or 5yds is the closest
Answer:
for(j = n; j > 0; j--)
System.out.print(\"*\");
Step-by-step explanation:
-A for loop is a repetition control structure.
-It allows the efficiency to write a loop that would otherwise be written a couple of times.
-The output is a single line comprising n asterisks,
-The number of asterisks printed will be equivalent to the n-value declared.
Answer: $145 in interest.
Step-by-step explanation: 2% of $1,450 is $29. Multiply this by 5 and you get $145.