cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
can you guys help me with this i dont kn
can you guys help me with this i dont know what to do
Sep 17, 2015 at 5:22pm UTC
MassiCR7
(7)
Write a C++ program, which uses the cout object, which produces the following output:
/////
+”””””+
(| o o |)
| ^ |
| ‘-‘ |
+-------+
Last edited on
Sep 17, 2015 at 5:23pm UTC
Sep 17, 2015 at 5:37pm UTC
cnoeval
(643)
So use
std::cout
to print the six lines. That's it. Have you tried anything???
Sep 17, 2015 at 5:38pm UTC
MassiCR7
(7)
no i did not can u show me how to do it please
Last edited on
Sep 17, 2015 at 5:39pm UTC
Sep 17, 2015 at 6:01pm UTC
cnoeval
(643)
There's no point in someone else doing your homework for you. This program is one step up from "Hello World!" that you learn on day 1.
https://en.wikibooks.org/wiki/C%2B%2B_Programming/Examples/Hello_world
You must be able to print a line to the screen or your teacher wouldn't assign you this problem. Give it a shot...
Sep 17, 2015 at 6:30pm UTC
UNNGH
(11)
I don't want to help you completely either but, just each line you "cout << "" << endl;"
each individual line, with the "<< endl;" after each statement to show a new line!
Topic archived. No new replies allowed.