Answer:
The correct answer is d) all of the above
Explanation:
The size of the info is necessary to give the users heads up about the amount of data needed to access it, the type of the video is also important so the user can know the environment appropriate for viewing it and also tips for viewing will help users know the requirements needed to view it.
int sum = 0, n;
do {cin>>n; sum+=n;}while (n!=0);
cout<<sum;
Huh? I don’t understand your question... please be more specific so we can help you
Answer:
2
Explanation:
The second option is the only one that will work. The last would work but doesn't make the code any shorter.