Posts by Paulo Francisco • 1 point
1 post
- 
		0 votes2 answers105 viewsA: C# calculator not workingWithin the function MenuEscreva you are creating a new variable and putting the value that is inside, but in the rest of the code you are using the variable numero1 and numero2 that is set with 0.…