Posts by JJunior • 11 points
1 post
- 
		1 votes1 answer63 viewsQ: Can I assign value within a parameter?I have a work in pseudocode, where I needed to create a function to receive a user value and do the mod by 2, so I did so: Função Módulo (x,b=2: inteiro) : inteiro Var i:inteiro Inicio…