Question: Code a pr ogram in C++ to show with asterisks, the numbers represented in an array. Also print the number. int x [10] = {
Code a program in C++ to show with asterisks, the numbers represented in an array. Also print the number.
int x [10] = { 5,1,9,5,8,8,3,2,10,8};
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
