Posts by Ícaro Timóteo • 13 points
5 posts
-
0
votes2
answers84
viewsA: repetition cycle For chained, in C # Sharp, initiation
Hello, all right? According to your description, if the person is 64 years old or older and has worked for 29 years or more they can apply for retirement. Based on that, I redid your code. class…
-
0
votes2
answers65
viewsA: Display script variable value in HTML
Dude, I took your code and I re-did it with a few changes, follow below: <div id = random> </div> <script> function rollDice() { let roll = Math.floor(Math.random() * 100) + 1;…
-
0
votes1
answer58
viewsQ: Error:You must use the "set" method to update an entry
Hello, all right ? I’m having trouble sending data to my database. I’m trying to enter data into the BD but, error occurs on this line : $categoriaModel->set('nomecatego',…
-
0
votes1
answer402
viewsQ: Apache2 does not run php
Hello, good night! I have installed in my PC Apache2 and php7.2. Only when I try to run a file.php in the browser Firefox it returns me the same file for me to download. I have already searched in…
-
1
votes3
answers754
viewsQ: Join objects within collection of different objects
How do I "join" or concatenate an object within a collection of different objects? I’ve tried redoing but it always gives the same error. public class Prova { private String titulo; private int…