Creating Console Application

[b]
Hello,I'm Maila Junas, from Philippines. Can you help me how to create a CONSOLE APPLICATION that does the following:

1. Accept data entry from the user.
2. Save data into a sequential file (not yet into a database).
3. Retrieve data from the file by searching for a record and displaying it.

You may present the user with a menu of choice for data entry or data display. You may use any technique for data handling. For example, you may load data from file into an array, search for data in this array and save data from this array into a disk file. You may define your own record for the file. An example of a record maybe:

name - string
age - integer
course - string
hobby - string

[/b]
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories