Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need This Code In C# Only Please !!!! CS 314 Advanced Programming Fall 2017 Generate a C# windows form program based on the example on

Need This Code In C# Only Please !!!! image text in transcribed
CS 314 Advanced Programming Fall 2017 Generate a C# windows form program based on the example on the next page with the following conditions. Display your picture, name, class information on the form 2. When the Start button is pressed, display all the following records to a RichTextBox 3. Changed the RichTextBox font to Courier New, 7.8pt 4. Create a SQLite database file OldStudents.sqlite from the data in the studentUnsorted.csv file 5. That is, you are to read the data from the csv file, and insert the 31 records into a SQLite database. You must use some kind of loop to read all the data from the file 6. Read the SQLite database and list all the records in the database sorted by last name 7. Insert a new record that contains information about yourself. 8. Re-read the database and list all the records in the database sorted by last name 9. Change the age of Lakeisha Lunn from 21 to 22 1o. Re-read the database and list all the records in the database sorted by last name 11. Delete all records whose first name is William 12. Re-read the database and list all the records in the database sorted by last name 13. Find the average age of the students in the database and display 14. Find the minimum age of the students in the database and display. is. Find the maximum age of the students in the database and display 16. Find the variance of the ages of the students in the database and display. 17. Find the standard deviation of the ages of the students in the database and display

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Accidental Data Scientist

Authors: Amy Affelt

1st Edition

1573877077, 9781573877077

More Books

Students also viewed these Databases questions

Question

Documentation of the appraisal activities

Answered: 1 week ago

Question

Describe Table Structures in RDMSs.

Answered: 1 week ago