Answer to Question #4052 in C++ for kuldeep

Question #4052
Write a program to produce design usibg nested loop& & & & & & &
& & & & &
& & &
&
1
Expert's answer
2011-09-01T09:28:22-0400
#include <iostream>
int main()
{
int i,j;
int n=7; // an ODD number of & in the first line
for(i=0; i<n/2+1; i++) {
for(j=0; j<i; j++) {
std::cout << " ";
};
for (j=i; j<n-i-1; j++) {
std::cout << " quot;;
};
std::cout << "&" << std::endl;
};
};

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS