Hi all, I've recently started programming at university and am having a bit of trouble with it. I've begun a piece of work that requires the user to enter a filename, read it into an array, do some maths/statistics and display a variety of results in tables. Annoyingly, I can't get the first part working - my attempt thus far is ...
Hi all This may sound like a silly/simply question how do i create a file from user input e.g. i want the user to input a file name and that input creates a file with same name... required output... 1.Input file name to process: xyz (this xyz is created)then i want to make sure the entry is made, if blank output ...