8.14 LinkeList exercice correction and challenge

Hello everyone I hope you are well in the previous course I am proposing you an exercise to do ... so here is the fix At first we had to create a LinkedList Type String Afterwards we ... had to add different city So like Nice, Madrid and Tokyo Then we had to display the cities And then ... we had to add Marseille bordeaux Marseille which was at the beginning And bordeaux which was at the end At the end ... of our List Then we had to display The first element then the last element which is Marseille and Bordeaux And ... afterwards you had to remove the last element So it will correspond to Bordeaux We will compile our program ... and see if everything works correctly Here is the result In our first poster on The cities that we add Nice Madrid ... and Tokyo Then On had to add Marseille First element Marseille that corresponds to the first We also had to add the last ... element Bordeaux And we had to display the last element and The first element Who are displayed here And by the ... continued we had to delete the last elicitation then display it So by deleting the last element we will display all the ... cities we add Here are all the cities we add I hope you had succeeded this exercise now we will move on to the challenge I put the instruction here Take the time to read the On challenge requires a little ... more curiosity but also it includes all the courses that we have seen so far That is to say to ... creation of classes Getters setters and even more so if you had problems Or forget I ... ask you to well review the courses we have seen so far In the next course we will perform ... the correction So see you soon