forked from 11.IB/variables
Has many comments. |
||
---|---|---|
.gitignore | ||
Program.cs | ||
README.md | ||
Template.csproj |
README.md
Assignment and reading of variables, fundamental operations
- Assign two integers the values 2 and 3. Write the sum, the difference and the product of the variables!
- Assign different strings the values "foo" and "bar". Display the first string, the second string, and the two strings in both orders in separate lines.