Good evening everyone. I'm stuck in a stalemate I can not solve. I need to return 11 times $tot_formatado which corresponds to exactly one time for each installment rate present inside the array.
If you repair the $tot_formatado...
I needed help putting the smallest and largest method to be "heard" in the main method. The logic of the program is to show the user the highest and lowest value of a vector .
CODE:
import java.util.Scanner;
public class L6ex3 {
pu...
I created a code for a college exercise that was running right, but I forgot that one of the variables of struct was a vector, and when I made a simple change everything changed. Virtually all functions are giving error. I do not find the...
I have an array in js with only an id and a description, for example:
var variavel = [{id: 1, descrição: 'Brasil'},
{id: 2, descrição: 'Brasil'},
{id: 3, descrição: 'Chile'},
{id: 4, descrição: 'Chile'},...
The program must read a number and compare with the numbers of a 3x3 matrix any if the number belongs to a column of the matrix it should print the position, when I type 1 it prints two positions, but the 1 is only in one position .
#include &l...
I have a question about LIKE of T-SQL.
Is it possible to restrict by a number of equal characters to check how many addresses start the same and may end up different?
More or less like this:
Where Endereco LIKE '[array10caracteres]%'...
How to save all data from an array into a single variable? example I call a query from a certain column of the database and it generates a while and wanted to in a variable.
Maybe the right one would be to join elements of an array into a str...
I have an application that will work with a large amount of data to be manipulated and stored in a database, so it is advisable to store the values present in variables $_GET and $_POST in intermediate variables (which would lead t...