Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Has anyone completed CS201 (DSA) on Study.com ?
#1
I have a couple of questions about the final assignment. Not the coding part but more the format/structure that they would like it in. The description is very ambiguous or maybe I'm just missing something.

I've submitted multiple support tickets asking for clarification but still have had no reply. That was 2 weeks ago.

I decided to submit my assignment as one program that first stored the data in the 2D Array and then after prompting user, displaying data etc, it went on to transferring that data into a Hashmap for part 2 etc.

I got a very low grade with very generic feedback along the lines of 'incorrect solution'. Of course, I've asked for further clarification but I'm not holding my breath. 

If anyone could give insight on how you think this assignment should be submitted (especially if you've completed the course), that would be very helpful. Again, I'm not seeking help with the programming or the code, just the format or structure. Should I be submitting two completely separate programs, i.e two different java projects?

Project spec below:

Code:
Part 1: Sorting Arrays
Develop a program that asks the user to enter a capital for a U.S. state. Upon receiving the user input,
the program reports whether the user input is correct. For this application, the 50 states and their
capitals are stored in a two-dimensional array in order by state name. Display the current contents of
the array then use a bubble sort to sort the content by capital. Next, prompt the user to enter answers
for all the state capitals and then display the total correct count. The user's answer is not case-sensitive.

Part 2: Sorting & Searching HashMap
Now revise the code to store the pairs of each state and its capital in a Map using the HashMap function.
Display the content of the Map, then use the TreeMap class to sort the map while using a binary search tree
for storage. Next, your program should prompt the user to enter a state and it should then display the
capital for the state.

Thanks in advance
Reply
#2
(02-26-2020, 12:51 PM)JayAllDay Wrote: I have a couple of questions about the final assignment. Not the coding part but more the format/structure that they would like it in. The description is very ambiguous or maybe I'm just missing something.

I've submitted multiple support tickets asking for clarification but still have had no reply. That was 2 weeks ago.

I decided to submit my assignment as one program that first stored the data in the 2D Array and then after prompting user, displaying data etc, it went on to transferring that data into a Hashmap for part 2 etc.

I got a very low grade with very generic feedback along the lines of 'incorrect solution'. Of course, I've asked for further clarification but I'm not holding my breath. 

If anyone could give insight on how you think this assignment should be submitted (especially if you've completed the course), that would be very helpful. Again, I'm not seeking help with the programming or the code, just the format or structure. Should I be submitting two completely separate programs, i.e two different java projects?

Project spec below:

Code:
Part 1: Sorting Arrays
Develop a program that asks the user to enter a capital for a U.S. state. Upon receiving the user input,
the program reports whether the user input is correct. For this application, the 50 states and their
capitals are stored in a two-dimensional array in order by state name. Display the current contents of
the array then use a bubble sort to sort the content by capital. Next, prompt the user to enter answers
for all the state capitals and then display the total correct count. The user's answer is not case-sensitive.

Part 2: Sorting & Searching HashMap
Now revise the code to store the pairs of each state and its capital in a Map using the HashMap function.
Display the content of the Map, then use the TreeMap class to sort the map while using a binary search tree
for storage. Next, your program should prompt the user to enter a state and it should then display the
capital for the state.

Thanks in advance

I submitted one program that fulfilled Part 1 and Part 2.  However, your program must be able to compile on jdoodle.  That is where my grader tested to see if the program worked.  Try running it there before you resubmit.
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Does the Study.com College Saver Plan only include 2 exams per month? Epiphany.y 3 503 05-30-2025, 04:03 AM
Last Post: Epiphany.y
  Study.com switch to chapter tests, changing grading weight & making quizzes optional jg_nuy 8 856 05-28-2025, 08:35 PM
Last Post: Epiphany.y
  Study.com is switching to non-proctored and open-book exams jg_nuy 72 17,782 05-26-2025, 10:15 AM
Last Post: pluggingalong
Exclamation Study.com Has Ignored My Support Requests for Nearly a Month. Desperately Need Help. EducationNation 4 1,142 05-22-2025, 11:04 AM
Last Post: animuscerebri
  Study.com Fraud or Misrepresentation kakasahib 0 403 05-17-2025, 06:22 PM
Last Post: kakasahib
  Study.com new pricing $95/mo Lee586 29 5,882 05-05-2025, 12:21 AM
Last Post: Mint Berry Crunch
  Recent Study.com Promo Offer - 4 classes/month, 30% off for 3 months bjcheung77 14 4,588 05-01-2025, 12:56 AM
Last Post: splirow
  Study.com Free Degree Planning + First Month of College Saver bjcheung77 8 3,660 04-21-2025, 11:27 PM
Last Post: bjcheung77
Exclamation Study.com Lesson Quizzes & Chapter Quizzes SarSar79 13 1,553 04-21-2025, 04:24 PM
Last Post: Jonathan Whatley
  The official guide to courses by Straighterline, Study, et al: We want YOUR input! aviator guy 404 545,252 04-17-2025, 11:09 AM
Last Post: wow

Forum Jump:


Users browsing this thread: