Express P(1 + \(\frac{R}{100}\))\(^N\) as a BASIC programming notation.
A.
P x (1 + R ÷ 100)\(^N\)
B.
P * (1 + \(\frac{R}{100}\))\(^N\)
C.
P x (1 + R ÷ 100)^N
D.
P *(1 + R /100) ^N
Correct Answer: Option D
Explanation
The BASIC programming notation for the expression \(P( 1 + R \div100)^N\) is P * (1 + R/100)^N. This is because in BASIC programming, the multiplication operator is represented by *, division by /, and exponentiation by ^.
Contributions ({{ comment_count }})
Please wait...
Modal title
Report
Block User
{{ feedback_modal_data.title }}