Answer to Question #182991 in C++ for Vincenzo Santoro

Question #182991

Write a program that produces the following output:

**********************************

*    Programming Assignment 1    *

*     Computer Programming I     *

*           Author: ???          *

*   Due Date: Thursday, Jan. 24  *

**********************************

In your program, substitute ??? with your own name. If necessary, adjust the positions and the number of the stars to produce a rectangle.



1
Expert's answer
2021-04-19T19:11:11-0400
#include <bits/stdc++.h>
using namespace std;


int main()
{


    
    cout<<"**********************************"<<endl;
    
    cout<<"*    Programming Assignment 1    *"<<endl;
    
    cout<<"*     Computer Programming I     *"<<endl;
    
    cout<<"*           Author: Abhi         *"<<endl;
    
    cout<<"*   Due Date: Thursday, Jan. 24  *"<<endl;
    
    cout<<"**********************************"<<endl;
    
    
    return 0;
}

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
New on Blog
APPROVED BY CLIENTS