I was creating a table in MySQL and this error appeared in this code:
USE cadastro;
CREATE TABLE países(
cod_país INT NOT NULL AUTO_INCREMENT,
nome_país VARCHAR (30),
PRIMARY KEY cod_país
);
1 errors were encountered duri...
I created this program to calculate the IMC, but it does not execute completely.
He asks to enter the weight and height, but does not return any results.
Could anyone tell me what's wrong?
PROGRAM Calc
IMPLICIT NONE
REAL :: peso, altura,...
Good afternoon, I have a problem with my project and I have not been able to figure out what is causing the problem. Any help is appreciated.
function logOnConsole(newLog) {
currDate = new Date();
currHour = parseInt(currDate.getHours());
curr...
I'm doing a console with javascript but I've had trouble figuring out the source of the error. I've reviewed the code several times and I have not been able to figure out what's wrong. Any help is appreciated.
var logStack = 0;
var showTi...
I'm using a ajax request, which returns me a json, from a .php page, with the name of a city of Mato Grosso do Sul named: Antônio João .
The error is javascript. Which reads as follows:
I have the problem of error  whenever I try to include a file.
I'm working on an application. When trying to include another file in php simply creates a space on the page, where the characters appear:  .
Thank you for...
I'm trying to load a ListView with more than thirty columns using the following code:
With ListV_P
Sheets("BANCO").Select
Dim UltimaLinha As Variant
Dim Linha As String
'.GetFirstVisible = True 'Abilita as linhas de Grades
'.View = lv...
When you click the Buy button it does nothing, the following error appears in the console
Error: Syntax error, unrecognized expression: #product
input [type = 'text'], #product input [type = 'hidden'], #product
input [type = 'radio']:...
I'm new to programming, but I'm studying.
I'm encountering the following angular problem:
WARNING: Tried to load angular more than once, ReferenceError: dot is not defined.
I'm learning from the book Use the Head and there is the following code to do an exercise of random items
public class Menu
{
public Random Randomico;
string[] Carnes = { "Rosbife", "Salame", "Peru", "Presunto", "Pas...