List Of Products
Не знам защо ми дава 80/100 в джъдж. Тове е решението ми => https://pastebin.com/2av4Mzkn.
a това е условието :
You will receive an array of products. Print a numbered array of all the products ordered by name.
Example
Input |
Output |
['Potatoes', 'Tomatoes', 'Onions', 'Apples'] |
1.Apples 2.Onions 3.Potatoes 4.Tomatoes |
['Watermelon', 'Banana', 'Apples'] |
1.Apples 2.Banana 3.Watermelon |