Need help with the following programming problem. Given an input file of dates r
ID: 3563812 • Letter: N
Question
Need help with the following programming problem.
Given an input file of dates represented as Strings, read the dates from the file and display them in a GUI. The dates will be in the form yyyymmdd (such as 20141001 for October 1, 2014). The GUI should have a GridLayout with one row and two columns. The left column should display the dates in the order read from the file, and the right column should display the dates in sorted order (using Selection Sort). The Strings representing the dates may be compared using the compareTo method in class String. As you are reading the dates you should check that the value read in is legal (8 digits), and if it is not, print it to the console and do not put it in the array of dates.
Explanation / Answer
Datagridview1.Databind();
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.