In this tutorial learn how you can find simple interest in java. The formula to find simple interest is (P * T * R)/100. So we use Scanner to get data from user and simply use this formula. Java...