Assignment and reading of variables, fundamental operations
Go to file
Wágner András 0a47dcb6c1 my solution
Has many comments.
2020-09-16 13:40:12 +02:00
.gitignore Initial commit 2020-09-16 13:17:36 +02:00
Program.cs my solution 2020-09-16 13:40:12 +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.