Thanks Richard MacCutchan, I read through and it was helpful
User 11548082
Posts
-
File Handling -
File Handlingi want to read from a text file forexample me.txt and copy the text that is in me.txt and write it to a new excel sheet.
-
File Handlingjust help me with the reading and writing part of the program that will read data from the created text file that contains the names and marks of students and then writes the read data to an excell files while commenting on their marks as stated in the questions
-
File HandlingSome one help me with the second bit of this question Java can work well with files. It is a matter of importing the relevant files in the java.io class and have the files executed. In executing files, some times exceptions happen. For example, the file in code may not be there on the disk. That makes the code unable to run properly. Therefore the exception has to be either caught or thrown. In this assignment, you are going to read data from a file and then write it in another file. The file given 'marks.txt' should be written with the same data but in another file 'marks.xls'. Since the marks are only coursework and Exam, in the marks.xls, indicate the final mark where final mark = cw*0.40 + ex*0.60. Also indicate if the candidate Excelled (over 70%), passed (50% - 69) and Fail (Less than 50%)
-
Isolated StorageHi guys, Its my third day working with visual studio 2010 for windows mobile but I've totally failed to understand and use Isolated storage. I'm trying to develop an app that stores/saves a user's note. In short, its like a Sticker note App. Please help me explain this. Thanks Ben