Posts by Emerson Costa • 64 points
3 posts
-
2
votes1
answer198
viewsA: Error in one of the program functions calculating a factor
Test like this here: #include <stdio.h> #include <conio.h> double fatorial(int n); double fatorial2(int x, int y); int main() { int n; int k; double A; printf("Digite o valor de N: ");…
canswered Emerson Costa 64 -
1
votes1
answer22
viewsA: Insert value in sql table using "part" of the form
Add in your search script, the action of registering the ingredient being searched for in the bd when the search result return 0 && Empty($ingredient) == false. Therefore, it will register…
-
1
votes3
answers247
viewsA: check if only one field is equal to the one entered in the input
Review your query to the bank and the condition that validates the result of the query, follow an example of how I would solve this situation. remembering that there are several ways to solve this…
phpanswered Emerson Costa 64