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 } } }
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/