Write a program that prints the following text by iterating through an array.

Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et
dolore magna aliquyam erat, sed diam voluptua. At vero
eos et accusam et justo duo dolores et ea rebum.

###Hints###

You can copy the text from http://loremipsum.de

You’ll need a bunch of and ,

##Solution##

coming soon.