Posts by Vinicius Kamakura • 148 points
2 posts
- 
		2 votes3 answers133 viewsA: Marathon Problem: Calculator (Level 2)You are using exit(1) in function op() when you should use return canswered Vinicius Kamakura 148
- 
		1 votes2 answers1176 viewsA: Why can’t I read a string on the console?Use Console.ReadLine() and not Console.ReadKey()