Posts by Helton Fábio • 374 points
4 posts
-
-1
votes1
answer273
viewsQ: How to calculate a value in a given range?
I have to make the following calculation: I have an input number (say 1.3), which is in my range A, which goes from 0 to 3, and I need a corresponding value in range b (which is inversely…
-
2
votes2
answers11728
viewsA: What characterizes a "basic CRUD" project?
There are some types of pages that enter the concept of CRUD. Of course, there are the main pages that justify the name CRUD (Creactive Read Update Delete) represented in DAO and DTO (Dminutes…
-
0
votes2
answers63
viewsA: Random numbers appear later in sorting algorithm
happens that you are always saving the value in the last vector box by an error in reading: scanf ("%i", & a[10]); he should be: scanf ("%i", & a[i]); Where the loop counter indicates the…
-
3
votes1
answer956
viewsA: Scale of shift services in php
You can solve this with a method to create the table. something like the code below can help you solve the problem: function calculaFolga($turno, $ultimaFolga, $flagFolga){ //recebe como parâmetro a…