Posts by GheistLycis • 1 point
4 posts
-
0
votes1
answer88
viewsQ: "Expected Primary-Expression before 'float'", calling a function from another class
I need to create a Florentzproton function in the Physics class that takes two vectors (v and B) and multiply them using another Productovetorial function, of the Mathematics class, storing the…
-
0
votes0
answers29
viewsQ: invalid types 'double[int]' for subscript array
I have to do a Florentzproton function that takes two vectors and multiplies them using another Productovetorial function (which is in another class), then multiplies the resulting vector by a…
-
0
votes1
answer44
viewsQ: How to look for a value within an arrangement
I need to write a function that gives me a list of the name skills in the console input.log ms can’t understand this for-of. I’m a beginner in javascript and since yesterday I’m jumping from article…
-
0
votes2
answers76
viewsQ: Going into if wrong
I made this code and expected it to return me 'Jedi Master', but always returns 'Intermediate'. First I had done using switch-case instead of if-lse and it always returned me 'Invalid' (in the case…