Posts by Elvis Serafim • 9 points
3 posts
-
-2
votes1
answer496
viewsQ: How to check if a file has been added to a java directory?
I need a program in Java, check if in a directory was added some text file. Could someone help me ?
-
0
votes0
answers1019
viewsQ: Return a matrix of a function in C
Hello, I am doing a program in C that requires to be modularized, that the user registers the desired courses, prints on the screen the courses,but I want to use the matrix of courses, in another…
-
0
votes3
answers454
viewsQ: Loop of repetition in C
Hello, I’m a beginner in programming and I have a question: I’m making a program that has a menu and a registration to be performed by the user. I would like to know how to make the menu of the…