Assignment and reading of variables, fundamental operations
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.
Baltazár Radics 8009d4d6f4 Add tasks 3 years ago
.gitignore Initial commit 3 years ago
Program.cs Initial commit 3 years ago
README.md Add tasks 3 years ago
Template.csproj Initial commit 3 years ago

README.md

Assignment and reading of variables, fundamental operations

  1. Assign two integers the values 2 and 3. Write the sum, the difference and the product of the variables!
  2. 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.