Posted by Mike on Thursday, September 29, 2011 at 12:56am.
See if any of the following links on C+ tutorials will help:
http://www.google.com/search?q=C%2B+program+tutorials&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
Sra
Did you not understand what Mathmate explained to you earlier??
http://www.jiskha.com/display.cgi?id=1317266792
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine(" SSSSSS H OOOO");
Console.WriteLine(" S H OO OO");
Console.WriteLine(" S HHHHHH OO OO");
Console.WriteLine(" SSSSSS H H OO OO");
Console.WriteLine(" S H H OO OO");
Console.WriteLine(" SSSSSS H H OOOO");
Console.ReadLine();
}
}
}
Related Questions
Programming using C# - Write a program that displays your initials in a pattern ...
Computing - Write a program that displays the following menu: 1 = Square 2 = ...
Physics - Please Help! - I really need help on these questions because I have a ...
TI-83 CALC PROGRAM - Please can anyone help me with this or any part of it? Be ...
maths HELPPP - Y= AX + B Write a program for the calculator which: ...
C programming - I'm suppose to write a program using functions and modules ...
Java - create a java program that accepts students names, and test scores from a...
Programming Logic - I need to create a program that has (at least) two variables...
Programming Logic - I need to create a program that has (at least) two variables...
physics - A screen is placed exactly one meter away from an illuminated test ...
For Further Reading