Menu

[solved] – Question 95709

debug the following vector code,correct the errors then display the output and the correct codes:
#include<iostream>
#include<vectors>
using namespace std;
int main()
{
vector<doauble>;
students_marks(5)
for (i)(vectors<double>:::size_type i=0;i<5;i++)
{
count <<<“enter marks for students #”<<<i+1
<<“:”<<flush.
cin>>student_marks[i]>>;
{
}
return void null 0;
}

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *