Posts by Gabriel Martins • 21 points
3 posts
-
1
votes1
answer711
viewsQ: Grid bootstrap containers side by side
I am doing a PHP project, and in it I have to display the products on the main screen as soon as it is registered, it is displaying one below the other, but I want to show them side by side, when…
-
0
votes5
answers210
viewsA: Variable is not displaying the expected result
#include <stdio.h> int main () { int idade=0 , cont50=0, espantalho=0, i,idadevar =0; float peso=0.0, altura=0.0, mdpeso=0.0, md=0.0; for (i = 1 ; i <= 2 ; i++) { printf ("\nDigite a sua…
-
1
votes5
answers210
viewsQ: Variable is not displaying the expected result
On reading the variable at the end to display the value, displays a trash, here is the statement along with my code. Make a program that receives the age, height and weight of five people, calculate…