Computer Science, asked by ReevanLobo, 11 months ago

1. Write a program to input Principle, Rate and Time and find the Simple Interest class 10 plz answer me​

Answers

Answered by pavankalyanshivaya
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 GraceS
0

\tt\huge\purple{hello!!!}

HERE IS UR ANSWER

_____________________________

{\huge{\mathfrak{\orange{\fcolorbox{red}{green}{\underline{refer\:attachment}}}}}}

Attachments:
Similar questions