Write a program to print the right-angled triangle pattern as shown below for any value of N input by the user.
Write a program to print the right-angled triangle pattern as shown below for any value of N input by the user.
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: easy
标签: interviewbit, tcs-nqt, company-specific
目标公司: Tata Consultancy Services
参考答案摘要
For N = 5 * ** Let us observe the pattern carefully. We can see that in the 1st row, there is only 1 star and in the second row, there are 2 stars, and so on. This means that in the ith row, we are pr...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。