如何在3中打印此声明 [英] how to print this statement in 3

查看:83
本文介绍了如何在3中打印此声明的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

作业#1使用单一printf声明打印下面给出的图案



XX XX

XX XX

XX XX

XX

XX

XX XX

XX XX

XX XX





作业#2使用单一printf声明打印下面给出的图案

(请勿使用下面的字符串函数)

0

909

89098

7890987

678909876

56789098765

4567890987654

345678909876543

23456789098765432

1234567890987654321

Assignment # 1 Print the pattern given below using single printf statement

XX XX
XX XX
XX XX
X X
X X
XX XX
XX XX
XX XX


Assignment # 2 Print the pattern given below using single printf statement
(please do NOT use the string function below)
0
909
89098
7890987
678909876
56789098765
4567890987654
345678909876543
23456789098765432
1234567890987654321

推荐答案

我们不做你的作业:这是有原因的。它就是为了让你思考你被告知的事情,并试着理解它。它也在那里,以便您的导师可以识别您身体虚弱的区域,并将更多的注意力集中在补救措施上。



亲自尝试,你可能会发现它不是和你想的一样困难!



但首先,找出你想要使用的语言:C#没有printf方法 - 你可能看起来像而不是C.



提示:看看''\ n''字符对打印输出的影响。
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!

But first, work out what language you are trying to use: C# does not have a "printf" method - you are probably looking as C instead.

Hint: Look at the effect of the ''\n'' character on printed output.


这篇关于如何在3中打印此声明的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆