You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is a simple intrest calculate made using javascript
// Describe The Concept
The project calculates simple interest using the principal, rate, and time entered by the user. It applies the formula SI = (P * R * T) / 100 using JavaScript.
About
it is a simple intrest calculate made using javascript