Answer:
PRINT "Values for Principal (P), Rate (A) and Time (T)"
INPUT P, A, T
I = P * A * T/100
Amount = P + I
PRINT "Interest: ", I
PRINT "Amount: ", Amount
Explanation:
This prompts the user for values for Principal, Rate and Time
PRINT "Values for Principal (P), Rate (A) and Time (T)"
This gets values for Principal (P), Rate (R) and Time (T)
INPUT P, A, T
This calculates the interest (I)
I = P * A * T/100
This calculates the amount (A)
Amount = P + I
This prints the interest (I)
PRINT "Interest: ", I
This prints the amount (A)
PRINT "Amount: ", Amount
Parameter is the answer you wanted
Answer:
Greeting with a smile, open handed gestures, and making eye contact
Explanation:
I used this on E2020 and got it right
Answer:
You will use Single Mode Fiber (SMF).
Explanation:
SMF is the best option in this case since we will be installing segments of up to 4000m. SMF is known for its capability to maintain a high-quality signal and practically zero degradation across long distances.
Is this a question or answer? Either re-post correctly or ignore this.