How do you start to write a program when you are asked to use an output statements to print three first letters of your first name in big blocks. I started off with.
#include " stdafx. h"
#include <iostream>
using namespace std;
int main ()
{
// Statement
Cout << W << " \n";
I am not sure if that is right.