Browse Source

corrected

pull/1392/head
zainabdnaya 2 years ago committed by zainab Dnaya
parent
commit
24540b242b
  1. 10
      subjects/samecase/REDME.md
  2. 23
      subjects/zappy/audit/README.md

10
subjects/samecase/REDME.md

@ -3,11 +3,11 @@
### Instructions
Write a program that takes 2 characters as arguments and does the following:
- If the number of arguments are more than two arguments print newline.
- If either of the characters is not a letter, return -1.
- If both characters are the same case, return 1.
- If both characters are letters but not the same case, return 0.
- A newline character should follow all outputs.
- If the number of arguments are more than two arguments return newline.
- If either of the characters is not a letter, return -1 followed by a newline.
- If both characters are the same case, return 1 followed by a newline.
- If both characters are letters but not the same case, return 0 followed by a newline.
- If the argument is more than one character or if it's empty, return a newline.
### Usage

23
subjects/zappy/audit/README.md

@ -1,23 +0,0 @@
### Functional
**_Guildlines_**
##### Zappy isn't a trivial project o correct. it is also long project to grade. For a full Project you need to spend aroung:
###### - 20 to 30 minutes for the server testing
###### - 10 to 20 minutes for the graphic client testing
###### - 5 to 10 minutes to test the client's AI
##### Between 35 and 60 minutes in total. take the necessary time to check out the work of your peer carefull.
**_The server_**
###### You will have to evaluate the functional and technical quality of the server .
###### We will use teh following options : `./server -p 4242 -t 10 -x 10 -y 10 -c 5 -n tot titi`
###### Can you confirm If the game's advanced movements to the left and right are implemented?
Loading…
Cancel
Save