OCR GCSE (9-1) Computer Science - Programing techniques

C# will not convert say a number you enter into an integer, or a double. You need to tell it to do that. ... You can save the file into an array or a string for later, and use that variable within the program. ... e.g. here we use int or string to show the function will return a variable of that type. ................
................