Assignment and reading of variables, fundamental operations
Go to file
Baltazár Radics c2f99ede2e
My solution
2020-09-16 13:22:04 +02:00
.gitignore Initial commit 2020-09-16 13:17:36 +02:00
Program.cs My solution 2020-09-16 13:22:04 +02:00
README.md Add tasks 2020-09-16 13:18:53 +02:00
Template.csproj Initial commit 2020-09-16 13:17:36 +02:00

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.