Forum: Java May 14th, 2009 |
| Replies: 5 Views: 505 Thanks so much! I makes sense to me so I will try that now and hopefully it works :) Thanks a million. |
Forum: Java May 14th, 2009 |
| Replies: 5 Views: 505 Hello,
I have been fighting with this assignment for almost 3 week now and it's almost ready besides one part that I simply don't understand. I would appreciate if someone could maybe translate it... |
Forum: Java Jun 14th, 2008 |
| Replies: 8 Views: 867 Thank you for your resonse Alex! Unfortunately I still don't get it..:$ Would you be able to correct what I have written? Your solution just seems too complicated for me..Sorry:confused: |
Forum: Java Jun 12th, 2008 |
| Replies: 8 Views: 867 Hi all,
Thanks for your help so far ! I hope you wont mind if I ask you for help again..Being brutally honest I must admit that I didnt study the later material of the course properly what now... |
Forum: Java Jun 12th, 2008 |
| Replies: 8 Views: 867 Thank you very much for your suggestion :) You are absolutely right, am not looking for the canned solutions. I was able to complete the code with your suggestion :D |
Forum: Java Jun 11th, 2008 |
| Replies: 8 Views: 867 Hi all,
I am currently revising for an exam which will cover all the basics of object-oriented programming, it was going quite well until I met Collection :) I have got two questions to which I... |
Forum: Java Nov 15th, 2007 |
| Replies: 7 Views: 1,754 Many thanks for all your help. I've decided to give up on it today...will have a lesson for the future to do my assignments at least one week before the cut off date.
Take care,
Magda |
Forum: Java Nov 15th, 2007 |
| Replies: 7 Views: 1,754 Of course I'd prefer to know how to do it than ask you for a solution.
This is what I've got :
package tma01q1;
public class ISPN
{
private int[] authorId;
private int[] programId; |
Forum: Java Nov 15th, 2007 |
| Replies: 7 Views: 1,754 Yes, please find the question below:
"imagine there's a proposal to develop an International Standard Program Number. Suppose the draft standard shall have the following structire:
an ISPN is... |
Forum: Java Nov 15th, 2007 |
| Replies: 7 Views: 1,754 Hi all,
I need to write this program today and I really struggle :-( Would you be able to help at all?
public class ISPN
{
private int[] authorId;
private int[] programId;
/** |