subject

Coding Assignment 5 The format and content of the output are not suggestions - they are the specification given to you to follow so please follow them. Points will be lost for not following the specification. This includes using the specified functions. This is essential to the grading process. If the assignment says to use strch (), then please use strehr) and not some other way of achieving the same result. The rubric is very specific and your code will be graded very specifically. This assignment is written the way it is to exercise the concepts we have been learning in class. Please watch the videos showing the game being played and examine the sample output provided in this document. Understanding how to play the game before studying this specification will be helpful. After watching the game being played, read this specification and then watch the video called "Coding Assignment 5". You will create 5 files and submit them as one zip file-Code 5 .zip makefile Code5 .c GameLib. Gamelib. PhraseBank. txt Step 1 - Create your own PhraseBank. txt file. I have provided an example PhraseBank. txt file and you will need to create your own. You must use a least 5 phrases that are 80 characters or less each and they do not need to be song titles like the example. Please be professional and keep your phrases PG. You will submit your own version of the file but the name must be PhraseBank, txt. Your program will be tested with your file and with a different file of my choosing. Do not hardcode anything in your program using values based on the phrases in the file. We are NOT reading this file or using UNIX redirect (s) with it. This file will be added to your program during compile time using a Winclude. More info on that in the description of the process the startGame function description Part 2 - makefile Copy your makefile from the previous assignment and change it to use your new Code5.c file. Change the library module from DrawTool. c to Gametiib. c. Step 3 - main() Create three character arrays of size MAX INPUT, MAX_INPUT should be defined to be 81 in Gametib. h. Be sure to Initialize all 3 arrays to NULL when you declare them. I will refer to them as Phrase, Dashed Phrase and Upper Phrase In this document but you are not required to use those names.

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 08:40, batman48000
1. the program must provide following functions to extract some statistics. note that the data_list parameter specified in these functions may be the same for all functions or different for different functions—that is your choice. a skeleton file is provided on mirmir. a) open_file()prompts the user to enter a year number for the data file. the program will check whether the year is between 1990 and 2015 (both inclusive). if year number is valid, the program will try to open data file with file name ‘year. txt’, where is the year. appropriate error message should be shown if the data file cannot be opened or if the year number is invalid. this function will loop until it receives proper input and successfully opens the file. it returns a file pointer and year. i. hint: use string concatenation to construct the file name b) read_file(fp)has one parameter, a file pointer read. this function returns a list of your choosing containing data you need for other parts of this project. c) find_average(data_list) takes a list of data (of some organization of your choosing) and returns the average salary. the function does not print anything. hints: i. this is not the average of the last column of data. it is not mathematically valid to find an average by finding the average of averages—for example, in this case there are many more in the lowest category than in the highest category. ii. how many wage earners are considered in finding the average (denominator)
Answers: 1
image
Computers and Technology, 24.06.2019 00:50, JakeCline
Which of the following is not a key player in the sale of travel products?
Answers: 2
image
Computers and Technology, 25.06.2019 06:20, jorgefrom584
Horseback riders, bicyclists, and skateboarders the rules of right-of-way when they use the road ?
Answers: 1
image
Computers and Technology, 25.06.2019 08:00, krishawnnn
In researching his history report about the civil war, why is ariq most likely to use secondary data than primary data? secondary data provides a starting point to find primary data. secondary data is easier and less time consuming to find. secondary data is always more reliable and credible. secondary data eliminates the need for other research.
Answers: 1
You know the right answer?
Coding Assignment 5 The format and content of the output are not suggestions - they are the specific...

Questions in other subjects: