Programming Homework Help

Programming Homework Help. CS 120 University of Arizona Introduction to Computer Programming Coding

Below is an overview for the project but you will find the full description and hints attached in a PDF, and you will see the test cases it needs to pass in the zip/rar file attached:

In this project, we will be implementing a word search. You will read your input
from a file: it will contain a grid of letters, a blank line, and then a set of words
to find.
You will search the grid for each word. If you find it, you will print out the
grid again, but with all letters (except for the word you’ve found) turned into
periods. If you don’t find it, you will print a message to that effect.
I will not tell you how large the grid is; you will have to figure that out from
the file. I will guarantee that all of the lines in the grid will have the same
number of characters, but I will not guarantee that the grid is a square; there
it might be a tall or wide rectangle, sometimes

Programming Homework Help