Browse Source

adding a condition

pull/1247/head
MSilva95 2 years ago committed by GitHub
parent
commit
af4cd45c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      subjects/concat2args/README.md

5
subjects/concat2args/README.md

@ -4,8 +4,9 @@
Write a program that concatenates two arguments and prints the result:
- If the number of arguments is not 2, return newline.
- If the two arguments are empty return newline.
- If the number of arguments is not 2, return a newline.
- If only one of the arguments is empty, print the other.
- If the two arguments are empty return a newline.
### Usage

Loading…
Cancel
Save