Hi,
I have write a method to save amounts, the method has 1 argument which is where the amounts returned by a toString should be saved as text.
I have no idea what to do and my searching on google or text books has been not helpful :(
public void saveAmounts(String output)
{
//No idea
}
Please help