Ask a New Question
Search
Questions and answers by
Railly
Questions (1)
Can someone please help me out!!!I included what I have so far..
*Purpose: Say that you owe the credit card company $1000.00. The
5 answers
979 views
Answers (4)
previousBalance=(previousBalance-payment)+(tax*previousBalance); System.out.println("Balance:"+previousBalance+ "Total Payments: "+balance); if it bothers you so much don't answer STUDENT
while (previousBalance
class Exercise1 public static void main (String[] args ) EasyReader console = new EasyReader(); final double owed= 1000.0; final double tax=0.015; double previousBalance=0; int months; System.out.print( "Enter the monthly payment: " ); double payment =
this is what i have so far.. class Exercise1 { public static void main (String[] args ) { EasyReader console = new EasyReader(); final double owed= 1000.0; final double tax=0.015; double previousBalance=0; int months; System.out.print( "Enter the monthly