Browse Source

Merge pull request #857 from Pav01Founders/patch-16

Update subjects/quad/README.md
content-update
MSilva95 3 years ago committed by GitHub
parent
commit
6af0b42b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      subjects/quad/README.md

14
subjects/quad/README.md

@ -4,11 +4,11 @@
### Instructions
Write a function `QuadA` that prints a **valid** rectangle of width `x` and of height `y`.
Write a function `QuadA` that prints a **valid** rectangle with a given width of `x` and height of `y`.
The function must draw the rectangles as in the examples.
`x` and `y` will always be positive numbers. Otherwise, the function should print nothing.
If `x` and `y` are positive numbers, the program should print the rectangles as seen in the examples, otherwise, the function should print nothing.
### Expected function
@ -118,7 +118,8 @@ Write a function `QuadB` that prints a **valid** rectangle of width `x` and of h
The function must draw the rectangles as in the examples.
`x` and `y` will always be positive numbers. Otherwise, the function should print nothing.
If `x` and `y` are positive numbers, the program should print the rectangles as seen in the examples, otherwise, the function should print nothing.
### Expected function
@ -228,7 +229,7 @@ Write a function `QuadC` that prints a **valid** rectangle of width `x` and of h
The function must draw the rectangles as in the examples.
`x` and `y` will always be positive numbers. Otherwise, the function should print nothing.
If `x` and `y` are positive numbers, the program should print the rectangles as seen in the examples, otherwise, the function should print nothing.
### Expected function
@ -338,7 +339,7 @@ Write a function `QuadD` that prints a **valid** rectangle of width `x` and of h
The function must draw the rectangles as in the examples.
`x` and `y` will always be positive numbers. Otherwise, the function should print nothing.
If `x` and `y` are positive numbers, the program should print the rectangles as seen in the examples, otherwise, the function should print nothing.
### Expected function
@ -448,7 +449,8 @@ Write a function `QuadE` that prints a **valid** rectangle of width `x` and of h
The function must draw the rectangles as in the examples.
`x` and `y` will always be positive numbers. Otherwise, the function should print nothing.
If `x` and `y` are positive numbers, the program should print the rectangles as seen in the examples, otherwise, the function should print nothing.
### Expected function

Loading…
Cancel
Save