0

Help coding!!!(C#)

How define array variable inside structure and than give it value inside main and print the value of array What i mean as following:- { Struct a{ Array a } Class program{ Create object struct Assigned variable Print variable } } }

18th Jan 2020, 9:38 AM
Banen Alnasir
Banen Alnasir - avatar
1 Answer
+ 1
Have you tried it at all? Review the lesson about struct and give it a go. https://www.sololearn.com/learn/CSharp/2688/
18th Jan 2020, 9:56 AM
Tibor Santa
Tibor Santa - avatar