Search:

Type: Posts; User: SkylineDiT

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,218

    [SOLVED] Re: Writing data get from methods to txt file

    Thank you. I modified method writeToFile. And now it is working.
  2. Replies
    5
    Views
    1,218

    [SOLVED] Re: Writing data get from methods to txt file

    I am trying to write data to file. For example: want temperature was entered and what results I get. I have method void print() in Class Conversion and I want to get information from method void...
  3. Replies
    5
    Views
    1,218

    [SOLVED] Writing data get from methods to txt file

    Hi,
    I have written a simple converter from Celsius to Fahrenheit and vise versa. I want write to file what conversion was chosen by user, what value was entered and result.
    There is my code:
    User...
Results 1 to 3 of 3