Computer Science, asked by tdougeastb6497, 11 months ago

Name any two way to initialize an array of three value in c#

Answers

Answered by theflashisback
0
Firat way:
a[3] ={1}

Second way:
a[3]={1,2,3}


Similar questions