Quantcast
Channel: Any JAVA programers out there?
Browsing all 8 articles
Browse latest View live

Any JAVA programers out there?

Hey guys,I am soon having an exam in Java, and I would need some help. If anyone would be kind and help me out, I would require assisstance in the following problem I've encountered: I am required to...

View Article



Re: Any JAVA programers out there?

int[] count = new int[4]; creates an array or four integers. It's like of going:int count_0 = 0;int count_1 = 0;int count_2 = 0;int count_3 = 0;Except when you need to copy or change the values, you...

View Article

Re: Any JAVA programers out there?

Imagine those arrays of integers to be like tables, with rows and columns.If there is only one set specified (i.e. int[4]) it creates a table with 1 row and 4 columns (or the other way around, if you...

View Article

Re: Any JAVA programers out there?

Damn, that was impressive, I didn't think there was anyone here who would know such things or who would be patient enough to explain. Is there anything this place can't do?I'm thinking of a number Ive...

View Article

Re: Any JAVA programers out there?

42If you say "No", you're wrong.The fan compiled Legacy of Kain TimelineQuite possibly the best advice you will ever be given: RTFM

View Article


Re: Any JAVA programers out there?

Damn you I should have said I was thinking of an animal ... no wait would've had the same answer Ive always wanted to get to a level where I can draw anything I want from my mind. Riven PhoenixAll...

View Article

Re: Any JAVA programers out there?

Thanks guys for your help. Now I got a better idea what it is. I have one more problem though the percent sign "%". What does it mean in JAVA? Mathematically - what is it? I really just can't grasp it...

View Article

Re: Any JAVA programers out there?

% is the remainder operator. It returns the remainder from a division equation.e.g. 8%2=08%3=2 (because 2 3s are 6, and then there's 2 left over)The fan compiled Legacy of Kain TimelineQuite possibly...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images