generated from 11.IB/Template
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
Program.cs | 3 years ago | |
README.md | 3 years ago | |
Template.csproj | 3 years ago |
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.