Nothing is rare. Do it with confidence *-* on the computer .......

Source: Internet
Author: User
/** Copyright (c) 2011, School of Computer Science, Yantai University * All Rights Reserved. * Prepared by: Liu Yujin * Completion Date: July 15, October 27, 2012 * version number: V1.0 ** input Description: omitted * Problem description: Get the asterisk chart through program design and output * program output: regular asterisks * Problem Analysis: slightly * Algorithm Design: slightly */# include <iostream> using namespace STD; int main () {int I, j, n = 6; for (I = N; I> = 1; -- I) {for (j = 1; j <= n-I; ++ J) cout <""; for (j = 1; j <= 2 * I-1; ++ J) cout <"*"; for (J + 1; j <= 2 * I-1; + + J) cout <"*"; cout <Endl;} return 0 ;}

Running result:

Experience: I actually learned from my teacher, but I did not make any mistakes !!!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.