Posts by Igor Jesus de Oliveira • 3 points
2 posts
-
-1
votes2
answers44
viewsQ: Store words in a "char" vector
I’m trying to make an algorithm that returns the region of the CPF that was informed, but I’m bumping into the character limit that a variable of the type char allows in C language. I tried to…
-
-1
votes1
answer59
viewsQ: The parameter of my function, when 1, assumes Boolean value and when False assumes Number value. How do I fix this? Javascript doubt
I’m right at the beginning of my studies with JS, so I got a little lost in this exercise. I need to type check the single parameter of the 'check' function. When it is True, it returns False and…