Posts by MaSanTM • 11 points
2 posts
-
0
votes1
answer35
viewsQ: Error 1064 in Mysql Workbench
I wrote the following code for the college database class: CREATE DATABASE estoque; USE estoque; CREATE TABLE produtos( /*o erro ocorre aqui nesse parêntese*/ INT codP, CHAR (20) nomeP, FLOAT…
-
-4
votes1
answer80
viewsQ: Gender neutralizer in C!
I am a beginner in the programming area and took some basic exercises to train my lóg. de Prog. in C. And one of these questions was to develop a program that would neutralize the gender of the…