Posts by Mateus Santos • 19 points
3 posts
-
0
votes2
answers64
viewsA: Python - How to calculate the predecessor of a number?
a = int(input('Digite um número: ')) b = a - 1 print('O antecessor de ', a, ' é ', b) Would that be?
pythonanswered Mateus Santos 19 -
0
votes1
answer1168
viewsQ: Function with vectors in C
I would like to know what a function in C would look like if it received a vector with N elements and returned the amount of elements that are above the arithmetic mean of the vector itself.
casked Mateus Santos 19 -
-1
votes1
answer4482
viewsQ: Internal search with HTML
Good night people! I’m creating a movie site and I wanted to know how to do an internal search system on it, like, everything is already created, the input and the button, now just have to make it…
html5asked Mateus Santos 19