HELP!! wat is wrong with it?

Hi I've been workin on a project, and it seems something is wrong with this code... i honestly cannot figure it out...

here it is :

Uses the following methods:

public static boolean areEquivalent (String word1, String word2)

This method reutrns true or false depending on whether the two input arguments hae equal numbers of A's, B's, and C's (in any order.) You may assume that each string contains only these lowercase characters, in any order or quantity. For example, areEquivalent("abcbca","ccbbaa... ) would return true, because each input string contains 2 as, 2 bs, and 2cs.

this is the code i have so far:

public static boolean areEquivalent(String word1, String word2)

{

int count = 0;

String line;

{

for ( int i = 0; i<char.length; i++)

{

saasd

}

if count = as + word 2

true

else count = bs + word 2

true

else count = cs + word 2

true

else as==bs==cs

return true

}

}>

[1045 byte] By [simonkf2002a] at [2007-11-27 7:29:16]
# 1
Try posting code that will compile. Then maybe someone can help you.
floundera at 2007-7-12 19:09:24 > top of Java-index,Java Essentials,Java Programming...
# 2
Next time use a more descriptive subject. Yours conveys no useful information.
jverda at 2007-7-12 19:09:24 > top of Java-index,Java Essentials,Java Programming...
# 3
and use code tags...
jwentinga at 2007-7-12 19:09:24 > top of Java-index,Java Essentials,Java Programming...
# 4
I'd start herefor ( int i = 0; i<char.length; i++){saasd}Joe>
Joe_ha at 2007-7-12 19:09:24 > top of Java-index,Java Essentials,Java Programming...
# 5
What is wrong with "HELP!!" is that it does not describe your problem at all.
jsalonena at 2007-7-12 19:09:24 > top of Java-index,Java Essentials,Java Programming...
# 6
I don't even know why i come into these ..."HELP!!!"..."URGENT!!!"...."Please do my homework for me!!!!" threads.....sigh...There should be a mandatory class in College..."How to post on forums 101"HTH:)
monk3ya at 2007-7-12 19:09:24 > top of Java-index,Java Essentials,Java Programming...
# 7
> There should be a mandatory class in College..."How> to post on forums 101"More like "How to communicate at a level greater than that of a deranged howler monkey on ludes."
jverda at 2007-7-12 19:09:24 > top of Java-index,Java Essentials,Java Programming...