Has anyone completed CS201 (DSA) on Study.com ? - Printable Version +- Online Degrees and CLEP and DSST Exam Prep Discussion (https://www.degreeforum.net/mybb) +-- Forum: Main Category (https://www.degreeforum.net/mybb/Forum-Main-Category) +--- Forum: Saylor.org, Straighterline, Study.com, OnlineDegree.com, Sophia.Org Discussion (https://www.degreeforum.net/mybb/Forum-Saylor-org-Straighterline-Study-com-OnlineDegree-com-Sophia-Org-Discussion) +--- Thread: Has anyone completed CS201 (DSA) on Study.com ? (/Thread-Has-anyone-completed-CS201-DSA-on-Study-com) |
Has anyone completed CS201 (DSA) on Study.com ? - JayAllDay - 02-26-2020 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 Thanks in advance RE: Has anyone completed CS201 (DSA) on Study.com ? - ConqueringCollege - 02-27-2020 (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 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. |