Package exercises.manualTests

Examples of exercises.manualTests.TestCreditCard


  public void r_1_5() {
   
    System.out.println( "Q: Modify the declaration of the first for loop in the Test class in Code Fragment 1.6 so that its charges will eventually cause exactly one of the three credit cards to go over its credit limit." );
    System.out.println( "A: " );
   
    new TestCreditCard().Run();
   
  }
View Full Code Here

TOP

Related Classes of exercises.manualTests.TestCreditCard

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.