Answer to Question #322994 in C++ for Anshuman

Question #322994

Print a welcome message to the screen as follows:




We bid welcome to the ladies of Beauxbaton and our friends from the north, the sons of Durmstrang.

1
Expert's answer
2022-04-03T13:30:45-0400
#include <iostream>

int main() {
    char *greeting = "We bid welcome to the ladies of Beauxbaton and our friends from the north, the sons of Durmstrang.";    
    std::cout << greeting << std::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