You are on page 1of 1

Machine Problem 3: Prog32

Using Arrays, create a complete C# program that will display three columns of COVID-19 data: Active,
Recoveries, and Deaths

PSEUDOCODE AND FLOWCHART

BEGIN

Declare string array with 2 rows and 3 columns

Initialize elements of the array

Print the elements using index

END

You might also like