Question: using C++ IMPLEMENT THE COUNTDUCKS PROGRAM in countDucks.cpp so that when you run the program with argument animals01.txt as the filename, it produces the following




using C++
IMPLEMENT THE COUNTDUCKS PROGRAM in countDucks.cpp so that when you run the program with argument animals01.txt as the filename, it produces the following output -bash-.2s./countDucks animals0l.txt There were 2 ducks in animals01.txt Altematively if you give animals02.txt as the argument it should produce the following output -bash-4.2$ ./count There wc re 6 ducks in animals.2.txt -bash-.2$ Ducks anima1802.txt 1 duck 2 duck 3 goose 4 duck 5 duck 6 COW 7 duck 8 duck 9 dog "animals02.txt" 9L, 44C duck 2 duck 3 goose 1 "animals01.txt" 3L, 16C 5 #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
