Need help with making a simple Hello World C++ Program
So I just started my Computer Science class and I am having a lot of problems.
I need to make a hello world program that can accept names and such.
However, the program is I don't know how to do it so well. I can output Hello World, but I wanted to add names and answers. So in the end it would be like:
Can anyone help me out? I can't seem to find tutorials through Google
I need to make a hello world program that can accept names and such.
However, the program is I don't know how to do it so well. I can output Hello World, but I wanted to add names and answers. So in the end it would be like:
Code:
Hello, what is your name? (bob) Who is your friend? (suzy) This is Bob, he has a friend called Suzy. Bob kills Suzy.
