Search:

Type: Posts; User: vannatrieu

Search: Search took 0.13 seconds.

  1. Replies
    6
    Views
    1,970

    Re: New to Java: Need help!

    public class Account
    {
    private double balance;

    public Account( double initialBalance )
    {

    if (initialBalance > 0.0 )
    balance = initialBalance;
  2. Replies
    6
    Views
    1,970

    Re: New to Java: Need help!

    public class Account
    {
    private double balance;

    public Account( double initialBalance )
    {

    if (initialBalance > 0.0 )
    balance = initialBalance;
  3. Replies
    6
    Views
    1,970

    Re: New to Java: Need help!

    I'm sorry! I will provide some code.
  4. Replies
    6
    Views
    1,970

    New to Java: Need help!

    I'm taking a Java programming course at my local community college and currently, I'm working on a homework assignment. I'll upload the assignment in word format for the post. My big problem is I...
Results 1 to 4 of 4