Computer Science, asked by captverma, 3 months ago

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
captverma: chlo...ok
captverma: us I'd ko follow kr diyo. .
captverma: ok...
captverma: ab kl maze krenge dono ids ke saath...
ItsMeSandeepa: hmm
ItsMeSandeepa: haan
ItsMeSandeepa: hehe
captverma: hehe
ItsMeSandeepa: ..

Answers

Answered by jinalshah2821
4

Answer:

  1. public class Main.
  2. {
  3. public static void main (String args[])
  4. { float p, r, t, si; // principal amount, rate, time and simple interest respectively.
  5. p = 13000; r = 12; t = 2;
  6. si = (p*r*t)/100;
  7. System.out.println("Simple Interest is: " +si);
  8. }}
Answered by VaibhavTripathi6300
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