Posts by Bruno Silva • 155 points
9 posts
-
-1
votes1
answer33
viewsQ: Task in the Moodle
I would like to know if it is possible to restrict the student to edit/delete the posted file (upado) of a Task, which even within the deadline has already been given the respective grade by the…
moodleasked Bruno Silva 155 -
7
votes3
answers12017
viewsQ: Difference between full and full binary tree
What is the difference between a full binary tree and a full binary tree?
-
2
votes2
answers2262
viewsQ: How recursion occurs in the following code
I would like to understand, because I can’t see mentally how it occurs in the excerpt: Return fat ː factorial.factoring(fat-1);, the issue of recursion, in what concerns the calls of the method…
javaasked Bruno Silva 155 -
1
votes2
answers229
viewsA: Add to Text File Using pascal
I believe the code below meets your demand, the Unit indicated by the companion would only meet your need if you work with freepascal, this code I made with pascalzim. The output generated at the…
-
2
votes2
answers923
viewsA: Generate Code text file done in Pascal
A small improvement that brings a learning regarding the organization of the impression of the result. Program Pascal ; var i, j:integer; vect:array[1..1000] of integer; Myfile: text; begin j := 0;…
-
1
votes2
answers1064
viewsA: Java constructor with matrix
First you have to see that a constructor has to have exactly the same class name which does not occur in your code and is one of the factors that may be generating the error. Another point is the…
-
1
votes1
answer41
viewsQ: Data search and comparison
I need to carry out a search and I wrote the following code to carry it out, but without success. I wonder if I’m doing it properly. public void AcessoCC() { int id = 0; Integer infoConta;…
-
0
votes0
answers1549
viewsQ: Implement action to save button
I’m new to programming and built the image GUI from an example of the college book, but the save button has no functionality. And I ask help to implement on the button save some code that saves the…
-
-1
votes1
answer286
viewsA: How to create a Canvas object in Lazarus and add it to a Paintbox?
The group: https://groups.google.com/forum/? hl=en-BR#! forum/Lazarus-br, has an active community that can help you…