Posts by non non • 11 points
1 post
-
0
votes2
answers44
viewsQ: C# - Adding indices from an array and filtering for common results
I need to create a for that goes from 10 to 99 and then I need to print inside an if all the values that we summed up resulting in 11 (for example 56 = 5 + 6 = 11) So far my code is like this class…