Posts by Pokled • 15 points
2 posts
-
-2
votes3
answers7818
viewsQ: Read multiple scanf numbers separated by space
I need to make a program that receives a number of elements from a vector, and then each element of that vector, but in the same scanf with spaces. Only I don’t know how to do this, someone can help…
-
-2
votes3
answers4592
viewsQ: How to do exponentiation using multiplication in Portugol as arithmetic operation?
I need to make a pseudocode that has numero1 and numero2 (have to be natural numbers less than 50), need to raise the numero1 at the numero2, just using the multiplication operation, and show the…