Express P(1 + \(\frac{R}{100}\))\(^N\) as a BASIC programming notation.
The correct answer is: 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 ^.