How do you print this diamond pattern in c++? Please someone help me! Please!!!! I beg You!!!!
Answers
Answered by
1
Answer:
/*
* C Program to Print Diamond Pattern.
#include <stdio.h>
int main()
{
int number, i, k, count = 1;
printf("Enter number of rows\n");
scanf("%d", &number);
Similar questions
Math,
3 hours ago
English,
3 hours ago
Business Studies,
3 hours ago
Math,
6 hours ago
Computer Science,
6 hours ago
Science,
8 months ago
English,
8 months ago