Write a program that displays the following information about your self: your name, the computer
languages you know (you can write “none”), your favorite video game, and why you’re taking this class. Please help first time trying this.
This is as basic as basic can get. Saying that this is your first time and that you need help with it is not gonna help you. Find a good text-book, or a good online resource for learning the language. This is something that is taught as the first thing in books/online/youtubeVideos. Start learning from the beginning and build up.
this is probably homework or something but here it is
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#include <iostream>
#include "stdafx.h"
int main()
{
std::cout << "FILL IN INFO HERE" << std::endl;
std::cout << "FILL IN INFO HERE" << std::endl;
std::cout << "FILL IN INFO HERE" << std::endl;
std::cout << "FILL IN INFO HERE" << std::endl;
std::cout << "FILL IN INFO HERE" << std::endl;
std::cout << "FILL IN INFO HERE" << std::endl;
std::cout << "FILL IN INFO HERE" << std::endl;
return 0;
}
if you aren't using visual studio remove the #include "stdafx.h"
just fill in the FILL IN INFO HERE bits.
if you need more or less lines just copy/paste or delete a line