![]() |
.. (לתיקייה המכילה) | |
Can I use arrays in this assignment? | |
No, arrays are not allowed in this assignment. |
In question 2, how can I maintain the input without arrays? | |
Notice that each character in the output depends only on one character in the input, thus, you can get the characters one at a time, and print the output corresponds to each character. |