Using a "JAVA LANGUAGE".It calculates the interest amount of a particular customer. It calculates the interest amount based on the user's enter amount.
We are using a Java programming language. First of all, we have imported the util package which contains the scanner class it takes input from the user . In the second step, we created the class validly and we have to declare the amount, interest, and months .forther step we take input from the user to amount it's stored as an amount variable. Next, we store an interest in an interest variable and finally, we store a month in a 'MONTH' variable.
next, we multiply the amount, interest, and months variables. after that the total value that value we divided by 100.
Finally, we print the output.
Submitted by GUGULOTH VINAY (6302461709)
Download packets of source code on Coders Packet
Comments