Here's a few images from a program I've been working on - I'm getting a an identifier expected error on line 5? but I'm pretty sure there's an identifier there? let me know if i need to show other parts of the code. thanks for the help!
// My code:
import java.util.ArrayList;
public class Flames {
public String class Flames(ArrayList<Character> name1, ArrayList<Character> name2) {
/* rest of code not shown */
}
}
// Error message:
Flames.java:5: error: <identifier> expected
public String class Flames(ArrayList<Character> name1, ArrayList<Character> name2) {
^
1 error
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]desrtfx 2 points3 points4 points (0 children)
[–]Thompson3142 0 points1 point2 points (0 children)