02-14-2020, 09:08 PM
(05-30-2019, 06:18 PM)armstrongsubero Wrote: Just finished the data structures with study.com and I am amazed with the quality abd amount of information. I really liked it, it wasnt too easy but an awesome course overall and I highly recommed it. As soon as they are finsihed reviewing the video and giving my score for the assignment I'll be done! Thank you study.com for intro to programming and data structures as soon as TESU accepts them I'll be done with my CS degree.
Hey, I know this thread is a little older but I'm trying to get a little bit of clarification on the assignment.
I emailed SDC and even used one of my "ask a tutor" questions and still haven't heard back.
Please tell me if I'm interpreting the first part correctly...
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.
1. The user is to enter the capital for each state (50 prompts)
2. Print out the content of the array, in other words, all the states and their capitals (50)
3. Bubble sort array by capital
4. User to enter answers for all capitals (50 prompts)
5. Display how many answers user got correct