Question #240698

input 1) an integer N,which denotes the number of students present
Input 2) an array of size N denoting the problem solving capacity of Students

Expert's answer

# include<iostream>
using namespace std;
int main()
{
int N;
int arr[6];
cout<<"Enter the number of students present: ";
cin>>N;
cout<<"Enter 5 Array Elements: ";
    for(int i=0; i<5; i++)
        cin>>arr[i];
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS