Posts by Mecsr • 23 points
2 posts
-
0
votes2
answers257
viewsQ: Assign Value to a Non-method Array
I need to assign a value to an Array and throw it out of a method, but for this I need to take the values that are obtained through this method, to later use this Array obtained in other methods or…
-
2
votes2
answers100
viewsQ: Assigning Strings to a Date List
I need to assign for each day a list of dates of an interval period, a given String among three possible (Class A, Class B, Class C), so that the result is sequential until filling all the dates of…