PROGRAMMING:Output two lines of short sentences
Two short sentences "programming is fun." and "programming in C is even more fun!" are displayed on the screen, One sentence per line.
###Input format:
There is no input for this topic.
###Output format:
Output two short sentences, one for each line. Note that there cannot be any extra characters except carriage return per line.
###Input example:
```in
```
###Output example:
```out
Programming is fun.
And Programming in C is even more fun!
```
answer:If there is no answer, please comment
###Input format:
There is no input for this topic.
###Output format:
Output two short sentences, one for each line. Note that there cannot be any extra characters except carriage return per line.
###Input example:
```in
```
###Output example:
```out
Programming is fun.
And Programming in C is even more fun!
```
answer:If there is no answer, please comment