Answer to Question #308596 in C# for Jason

Question #308596

Write a program that produces the following output:


CCCCCCCCC ++ ++

CC ++ ++

CC ++++++++++++++ +++++++++++++++

CC ++++++++++++++ +++++++++++++++

CC ++ ++

CCCCCCCCC ++ ++


1
Expert's answer
2022-03-09T12:32:27-0500

As one of the options:

        static void Main(string[] args)
        {   
            Console.WriteLine("CCCCCCCCC ++ ++");
            Console.WriteLine("CC ++ ++");
            Console.WriteLine("CC ++++++++++++++ +++++++++++++++");
            Console.WriteLine("CC ++++++++++++++ +++++++++++++++");
            Console.WriteLine("CC ++ ++");
            Console.WriteLine("CCCCCCCCC ++ ++");
            Console.ReadLine();
        }

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS