The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
I will not be able to get it to run on its own. Too busy to even consider trying to work out how and edit some of the code I have to get it too run.
Sorry.
Hope someone else out there knows of a better solution and might be able to get it to work.
Tony_Blair wrote:
> AliBoy wrote:
> What do you want the input to be??
> You want it to read the text in from a file or read it in from what
> someone types into a textbox?
>
> Also what is the output to be?
>
> From your last message I wasn't sure what you meant about the code.
> Do
> you need something that will run on its own or would you be able to
> run a java class file on the computer.
> ========================
>
> um.. input like from a file. pasting would be even better where you
> can paste the text in.
>
> The output maybe like:
>
> A=2
> B=5
> C=9
> D=4
> E=7
> F=2
>
> etc
>
> ==================
> something tht would run on its own. Again thx for all of this! :D
I had a quick mess around with some code that reads in a file and so far seems to take each letter and total them up.
I'll have another mess around when I have some free time.
See if I can get something sorted.
> What do you want the input to be??
> You want it to read the text in from a file or read it in from what
> someone types into a textbox?
>
> Also what is the output to be?
>
> From your last message I wasn't sure what you meant about the code. Do
> you need something that will run on its own or would you be able to
> run a java class file on the computer.
========================
um.. input like from a file. pasting would be even better where you can paste the text in.
The output maybe like:
A=2
B=5
C=9
D=4
E=7
F=2
etc
==================
something tht would run on its own. Again thx for all of this! :D
You want it to read the text in from a file or read it in from what someone types into a textbox?
Also what is the output to be?
From your last message I wasn't sure what you meant about the code. Do you need something that will run on its own or would you be able to run a java class file on the computer.
All you have to is put the text in an array and then use two for loops to search through the text and store the results in a new array.