Posts by Alexandre Malabarba • 23 points
1 post
-
2
votes2
answers567
viewsQ: Method that takes 3 integer values per parameter and returns them ordered in ascending order as an array
I can’t get the array filled returned be printed class Program { static void Main(string[] args) { int valor, valor2, valor3; Maior maior = new Maior(); Console.WriteLine("Digite um numero"); valor…