Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. I met many of these requirements fully. For example, I successfully retrieved the ascii art from the file and displayed it in my program. Then I was able to complete the module to enter RLE and turn it to normal text line by line however I wasn't able to display it at the end it full. I knew that I had met these requirements because I successfully executed a test that I planned at the beginning. I could tell that the file extraction functioned properly. This is because when I typed in the file name it successfully found it and displayed the contents
  2.  
  3. However I wasn't able to complete the modules that convert RLE to ASCII Art or converting ASCII Art to RLE. All of my tests for these modules were unsuccessful.
  4.  
  5. I had tested the menu module so that a was sure that if the user types an inappropriate number the program will notice and tell the user to “Try Again”.
  6.  
  7. Suggested Refinements: I would try again to complete the converting modules again. (Convert RLE to ASCII Art / Convert ASCII Art to RLE). Also I would try again to finish the first module. (Enter RLE and convert it to normal text line by line) and show all the lines together at the end of the process.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement