Posts by Ryubiel • 43 points
3 posts
-
0
votes0
answers6522
viewsQ: Database, logical and conceptual model
Can help me in these logical and conceptual models, wanted to know if this right or wrong the one I did to deliver, is a car rental.…
-
3
votes2
answers3268
viewsQ: Vector ascending order c#
How to put odd numbers in ascending order? int c = 0; int[] numeros = { 10, 5, 20, 60, 1, 5, 8, 30, 11, 20, 25, 30, 50 }; Console.Write("Números pares"); foreach (int num in numeros) { if (num % 2…
-
-3
votes1
answer59
viewsQ: How do I fix this mistake
I’m new in programming for android, I know java and c#, I want to press the button and change the label text only managed to appear on Toast package gabriel.meaperte; import…