1. Write a program to input Principle, Rate and Time and find the Simple Interest class 10 plz answer me
Answers
Answered by
2
Answer:
Scanner sc=new Scanner(System.in);
System.out.println("enter the principle Amount");
int principle=sc.nextInt();
System.out.println("enter the rate of interest");
int rate=sc.nextInt();
System.out.println("enter the time ");
int time=sc.nextInt();
int simpleInterest=(principle*rate*time)/100;
System.out.println("simple interest is ="+simpleInterest);
Explanation:
this code is in java programming language.
Answered by
0
HERE IS UR ANSWER
Attachments:
Similar questions
Sociology,
5 months ago
Social Sciences,
5 months ago
English,
11 months ago
Social Sciences,
11 months ago