Posts by Junior Kubiak • 41 points
4 posts
-
-1
votes1
answer45
viewsQ: data not ordered after execution C
I need to put the columns a in order, however, only the names are getting sorted correctly. The functions that sort the notes and sex are not working. Can anyone tell me where I’m going wrong? The…
-
0
votes1
answer48
viewsQ: Improper storage in the vector
I’m having trouble solving this algorithm in c. I need the user to type 10 numbers, and check if the number is even or odd. store these numbers in two distinct vectors, one for even numbers and one…
-
2
votes2
answers143
viewsQ: Conditional structure does not work
Several times, especially when the second price is higher than the others, the program accuses that it is the cheapest. #Faça um programa que pergunte o preço de três produtos e informe qual produto…
-
-1
votes1
answer36
viewsQ: Doubt in the storage of variables
I’m a beginner in C#, and I’m trying to save the values typed in a toolbox within the property of a Classe, but the code does not compile. Could someone help me? Form: namespace ProgramPrestServico…