Jules Strand

Greenhorn
+ Follow
since Nov 12, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jules Strand

Hey again, tryed to do what you said but i admit i didnt quite understand everything you suggested.
I tryed to change the code and now it looks like this:

I now get this error saying that no entity called "reversedTextString" was found in the main enviroment. How do i tell it i just want to print out the value of reversedTextString in reverse() bit?
All i want this to do is to spit out the text "Hello" backwards. Is there an easyer way of doing this with a string?
Thanks for all your comments, il try and change my name now, didnt realise it would be my posting name.
Jules
20 years ago
Hey,
Im quite new at java and im trying to very simply take in a string and spit it out the other way around in a function. Heres what i have so far:

All i get is no output, what am i doing wrong?
20 years ago