Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

This is the code and this is what I don't understand how to do.

I need help with these questions and I only have $40. I hope you can help me...

This is the code and this is what I don't understand how to do.......□    to fill in the two lines that create the arrays and initialize them to 0.

PART B

After you have added the additional two string arrays—sArray2 and sArray3—build and run the code. If it runs without bugs. Increase the number of strings in each array to 5 and increase the number of times the program runs by changing “i < 3” to “i < 5” in the for loop. You will also need to change the “rand()%3” to “rand()%5” in the cout statement.

PART C

#include <iostream>

#include <cstring>

#include <string>

#include <time.h>

using namespace std;

int main()

{

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question