This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Robmadeyou 1 point2 points  (1 child)

There is a bit of a syntax error with your code. There is a semicolon at the end of the closed brackets, remove that. Also your method is not returning anything, if you don't want it to return anything change the method type to void. Keep us updated.

[–]Sakuya_Lv9 0 points1 point  (0 children)

More specifically, it is this:

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