aspose file tools
The moose likes Beginning Java and the fly likes Can someone explain what is wrong with my set methods? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply locked New topic
Author

Can someone explain what is wrong with my set methods?

kenny gill
Ranch Hand

Joined: Mar 12, 2012
Posts: 54




here are the instructions:

These methods should return a boolean to indicate success or failure, depending on if the project or quiz number is out of the bounds of the array. The setProjectScore() and setQuizScore() methods will place the double value into the project or quiz number index of its respective array.
Stephan van Hulst
Bartender

Joined: Sep 20, 2010
Posts: 3047
    
    1

Let's continue here: http://www.coderanch.com/t/588614/java/java/Could-someone-explain-wrong-set
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Can someone explain what is wrong with my set methods?
 
Similar Threads
array of objects confusion
using array list
calculation methods
Confused on how to set-up my getter and setter methods.
AtomicDouble class -- update