Answered step by step
Verified Expert Solution
Question
1 Approved Answer
my code is in c++ If I call your function again with startlndex-6 and the file below, your function should add the new words from
my code is in c++
If I call your function again with startlndex-6 and the file below, your function should add the new words from the file to the array correctWords starting at position 6. correctWordsPt2.txt ocean lake mountain Your final correctWords array would like like this: ["chicken", "fish, "cow"bubbles", "pear", "kiwi", "ocean", "lake", "mountain"] We will call your function multiple times with different files and the same array to make sure you append new words correctly! Edge cases if the file does not open successfully, return-1 if the starting index of the array is greater than or equal to the size of the array, return -1
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started