Posts by Guilherme Vanz Aguirres • 43 points
2 posts
- 
		2 votes1 answer64 viewsQ: Difference between property declaration in C#I’m studying C#, very beginner, and I came across something, the course I’m doing has video lessons from 2015, and it passes me to create a class with attributes and properties like this:… 
- 
		1 votes1 answer654 viewsQ: Standard constructor to calculate an employee’s annual salary in C#I need to make a code that calculates the annual salary (float) from the months worked (int) and monthly salary (float), but it has to be using the constructor method. Here’s a code I made but it’s…