In this code an array "breed" is declared which contains various horse breeds. Then it's values are transferred to another array "temp" which is capitalized and then sorted.
In this code an array "breed" is declared which contains various horse breeds. Then it's values are transferred to another array "temp" which is capitalized and then sorted.
This code prints Dog in different languages using the case statement. The options are 'en' for English, 'es' for Spanish, 'fr' for French and 'de' for German.
This code prints "dog" in language you choose. The options are to be entered as their symbols i.e 'en' for English, 'es' for Spanish, 'fr' for French and 'de' for German.
This code takes a name as input in a variable and prints Hello along with that name.
This code prints multiplication table of numbers up to 10 using for loop.