Posts by João vitor jun watanabe • 21 points
5 posts
-
0
votes2
answers40
viewsQ: define the function
I am doing a language exercise c and wanted to know if anyone can help me understand how I do this function without adding library i have no idea how to write it in the program,my doubt is how I…
casked João vitor jun watanabe 21 -
0
votes0
answers37
viewsQ: Generate specific numbers in the matrix
So the question is a 4x4 matrix with 0s and 1s, but I was wondering if there’s any way I could get the matrix to print 0s and 1s in random orders, I just don’t know how and I was wondering if…
-
0
votes1
answer93
viewsQ: Use if with matrices
The question ends up being logically easy, but I’m having difficulty knowing how to use the if condition in the values of the matrix, I don’t know how to do to mess with the values of the matrix. my…
-
1
votes1
answer49
viewsQ: how do I use the for correctly?
I’m doing an EP activity and he asked me for it in the image, but I got stuck in the sequence part, because, like the sequence is the top numbers is a sequence growing from 1 to infinity, and…
-
0
votes1
answer86
viewsQ: Can anyone help me choose a specific line from the matrix ? (c/c++ language)
I’m doing an activity and she says: (function - matrix and vector) Design a program that reads a 4x4 matrix and creates a 4-element vector consisting of the elements of a matrix line chosen by the…