Search:

Type: Posts; User: Fubarable

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    2,169

    Re: Need help to complete my assignment.

    For example here's your program reposted with code tags wrapped around it (and with removal of some of your excess white-space). See how much easier it is to read?




    import java.io.FileWriter;...
  2. Replies
    2
    Views
    2,169

    Re: Need help to complete my assignment.

    You're asking about a "mutator" or "setter" method, one that sets the value of the boolean playViolin field. The standard way to do this is to create a public method that allows outside classes to...
Results 1 to 2 of 2