[Solved]Rnings Os Include Include Define Size 16 Char Words Size Amazing Achievement Learning Acco Q37210449
RNINGS I/for os only #include <stdio.h> #include <string.h> #define SIZE 16 char words[SIZE] “AMAZING”, “ACHIEVEMENT, LEARNING”, “ACCOMPLISHMENT “LIVING”, “ACHIEVING”. “CREATING”,”COLLABORATING, “LIFE”, “MOTIVATED”, “DRIVEN” “STUDY”. “FORMATTED”. “LEARNED”. “CODING” “SHOPPING”; int endsInED char *toCheck); int main0 for (int i = 0; i<SIZE; i++) if(endsInED(words[i])-1) printf(“%sin”, words[i]); system(“pause”); return This is an extension to the class lab practice 8b. char words[SIZE] “AMAZING”, “ACHIEVEMENT, LEARNING”, “ACCOMPLISHMENT “LIVING”, “ACHIEVING” CREATING”,”COLLABORATING, “LIFE”, “MOTIVATED”, “DRIVEN” “STUDY”. “FORMATTED”. “LEARNED. “CODING “SHOPPING”; The task is to extract only the words that end in ING’ and are greater than six characters. Print those words to the Screen Total Points (24 points) Grading Criteria: 1.) Define variables and use descriptive names (4 points) 2.) Properly comment your code and use good programming style (4 points) 3.) Make sure your program compiles (8 points) 4.) Make sure your program is correct (8 points) Show transcribed image text RNINGS I/for os only #include #include #define SIZE 16 char words[SIZE] “AMAZING”, “ACHIEVEMENT, LEARNING”, “ACCOMPLISHMENT “LIVING”, “ACHIEVING”. “CREATING”,”COLLABORATING, “LIFE”, “MOTIVATED”, “DRIVEN” “STUDY”. “FORMATTED”. “LEARNED”. “CODING” “SHOPPING”; int endsInED char *toCheck); int main0 for (int i = 0; i
Expert Answer
Answer to RNINGS I/for os only #include #include #define SIZE 16 char words[SIZE] “AMAZING”, “ACHIEVEMENT, LEARNING”, “ACCOMPLISHM… . . .
OR

