Posts by david gomez souza • 43 points
3 posts
-
-5
votes1
answer579
viewsQ: HOW TO CALCULATE INSIDE A CLASS? C#
I’m doing the following program on C#: Create an abstract class named "Combinatorial Analysis", responsible for specifying, in addition to the factorial calculation of a number, the methods due to…
c#asked david gomez souza 43 -
0
votes1
answer991
viewsQ: How to join two vectors in another that does not have repeated values?
I need to make a program that reads the values of two vectors R and S, and store its values in a third vector called V. The detail is that it cannot contain any repeated element in the vector V. I…
-
1
votes4
answers1449
viewsQ: Undefined object reference for an object instance in array
I have a problem. I have to make a video rental program in which you say the data of 5 movies, and then the program lists all the information! And it is mandatory to make a class for this! I’ve done…