Posts by Marcelo Henrique • 3 points
3 posts
-
0
votes1
answer155
viewsQ: Use of switch case to choose a function
I would like to use the switch case to choose which function will proceed with the program. The program has 3 functions: a sum function, another multiplies and the last one is responsible for…
-
-1
votes1
answer95
viewsQ: error: assignment to Expression with array type
I’m having a problem where I assign values to the matrix and to the vector but I still have the attribution error. I’m new to the forum and I still don’t know how things work right, if information…
-
-2
votes1
answer161
viewsQ: Divide sum of values of a vector
I’m trying to divide/multiply all the numbers between themselves using vectors. for example: type 4 numbers and divide them all: 5/5/2/1 but I can’t get the division. follow the program: float…