Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Project 2

Account.java public class Account {   protected Customer customer; protected double balance; public Account(Customer customer, double balance) { super(); this.customer = customer; this.balance = balance; } public double getBalance() { return balance; } public void deposit(double amount) { balance +=amount; System.out.println("Deposited:…

    Project Details

    Loading...

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Manthan Jadhav (4)

    Project 2

    Objective:

    Account.java public class Account {   protected Customer customer; protected double balance; public Account(Customer customer, double balance) { super(); this.customer = customer; this.balance = balance; } public double getBalance() { return balance; } public void deposit(double amount) { balance +=amount; System.out.println("Deposited:…

    calendar

    01 Sep 2023 03:18 PM IST

      Read more

      Project 1

      Objective:

      ..

      calendar

      23 Aug 2023 11:36 AM IST

        Read more

        Project 2 - Shopping cart application

        Objective:

        calendar

        17 Aug 2023 12:28 PM IST

          Read more

          Project 1 - Expense tracker

          Objective:

          calendar

          01 Aug 2023 11:51 AM IST

            Read more
            Showing 1 of 4 projects