Question: begin{tabular}{l|l|l|l} & 1 & using static System. Console; Create an application named ShirtDemo that & 2 & class ShirtDemo declares several Shirt objects

\begin{tabular}{l|l|l|l} & 1 & using static System. Console; \\ Create an application named ShirtDemo that & 2 & class ShirtDemo \\ declares several Shirt objects and & 3 & \{ \\ pass different numbers of Shirt objects in & 6 & static void Main() \\ includes a display method to which you can & 5 & \{ & \\ puccessive method calls. & 7 & \} & Write your main here \\ & 8 & public static void Display(params Shirt[ shirts) \\ The Shirt class contains auto- & 9 & \{ \\ implemented properties for a Material. & 10 & \\ Color, and Size (all of type string). & 11 & \} \\ & 13 & \end{tabular} Grading When you have completed your program. click the Submit button to record your score
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
