Emails us- support@assignmnetanswers.com. Call US

Assignment help 1206

i would want it to convert to —ooo

if my array is oooooo. then nothing should happen.

# include <iostream>

using namespace std;

int main ()

{

 const int size = 6;

 char taken = ‘o’;

 int userchoice;

 char arrayGame[size] = {‘-‘, ‘-‘, ‘-‘, ‘-‘, ‘-‘, ‘-‘,};

 cout << “how many in your array? “;

 cin >> userchoice;

 for( int i=0; i< userchoice ; ++i){

   if (arrayGame[6] != taken){

   arrayGame[6] = taken; 

   }

   cout << arrayGame[i] << ” “;

 }

 cout << endl;

return 0;

}

Solution:

15% off for this assignment.

Our Prices Start at $11.99. As Our First Client, Use Coupon Code GET15 to claim 15% Discount This Month!!

Why US?

100% Confidentiality

Information about customers is confidential and never disclosed to third parties.

Timely Delivery

No missed deadlines – 97% of assignments are completed in time.

Original Writing

We complete all papers from scratch. You can get a plagiarism report.

Money Back

If you are convinced that our writer has not followed your requirements, feel free to ask for a refund.