Write a program in java to print simple interest and amount..(ask the user to enter the values)...using "double" data type...
Plz frnds.....answer it correctly.....
captverma:
hehe
Answers
Answered by
4
Answer:
- public class Main.
- {
- public static void main (String args[])
- { float p, r, t, si; // principal amount, rate, time and simple interest respectively.
- p = 13000; r = 12; t = 2;
- si = (p*r*t)/100;
- System.out.println("Simple Interest is: " +si);
- }}
Answered by
1
Answer:
public class Main.
{
public static void main (String args[])
{ float p, r, t, si; // principal amount, rate, time and simple interest respectively.
p = 13000; r = 12; t = 2;
si = (p*r*t)/100;
System.out.println("Simple Interest is: " +si);
As a species, humans are primates and can be distinguished from other primates by their more highly evolved brains. ... Even though humans are multicellular animals, many of the basic life processes of human cells are basically the same as in simple unicellular eukaryotes such as yeast and even prokaryotes.
Explanation:
hay sis !!
wanna be friends
Similar questions