Posts by Gabriel Ferreira • 25 points
3 posts
-
1
votes2
answers1447
viewsQ: How to give space between the value and margin of an input field?
I own a field input of the kind text, but when typing something in this field, value is leaned against the edge of the input, such as changing the position of the input to get an edge?…
-
0
votes1
answer274
viewsQ: Expected Primary-Expression before"int" - C
I have the following error in my code: expected primary-expression before"int" #include<stdio.h> #include<stdlib.h> void imc(float massa_corporal[3], float peso[3], float altura[3], int…
casked Gabriel Ferreira 25 -
0
votes1
answer81
viewsQ: How to build the below algorithm in pseudocode?
Construct an algorithm that can read two vectors of 3 character type elements and ask the user which candidate he wants to vote for and that the result of the operation is stored on other vectors.…