-->
当前位置:首页 > 题库

PROGRAMMING:Write a C language program to output the information shown in the figure.

Luz5年前 (2021-05-10)题库479
Write a C language program, output the following graphics (FISH)
###Output format:
![ r.png](~/b4dd019c-d7cd-42c7-bbad-bfc57fa1247c.png)
###Input example:
```in
```
###Output example:
```out
In C language, the meaning of "n" is transferred to "new line"
The format of printf() function in C language is: printf ("< format string >", < parameter table >);
In C language, 'a' stands for code character a, while 'a' stands for string a
```







answer:If there is no answer, please comment