Posts by Jhonathan Tanada • 3 points
2 posts
- 
		-1 votes2 answers105 viewsQ: C# calculator not workingI created a method that asks the user to type numero1 and numero2 (is a simple calculator algorithm), but this method does not store what the user types, regardless of the operation option the user… 
- 
		0 votes2 answers1132 viewsQ: Functions and procedures in PortugolAbout functions and procedures, I have a big doubt in this matter. I know that a function will always return data and that procedure has no return, but every function has to fill in all parameters?…