Answer:
Explanation:
Denote the five numbers as a, b, c, d and e.
The average is:
(a + b + c + d +e) ÷ 5.
Easily:
Learn how to do input and output operations in your programming language of choice.
Learn what average is (see Arithmetic mean - Wikipedia)
Learn how to code arithmetic operations in your PL of choice.
Put all that together and code the program.
Oh, did you expect the code snippet? Sorry, I don’t do peoples’ homework for them on principle. Homework is for you to learn something. If you can’t be bothered, accept that you’ll fail your class. If you want to pass, LEARN.
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The code is written in C++
/******************************************************************************
Online C++ Compiler.
Code, Compile, Run and Debug C++ program online.
Write your code in this editor and press "Run" button to compile and execute it.
*******************************************************************************/
#include <iostream>
#include <string>
using namespace std;
void display()
{
string yourName;
string watchedMovie;
cout<<"What is your name? ";
cin>>yourName;
cout<<"Which movie have you seen? ";
cin>>watchedMovie;
cout<<"Today, I have learned that " <<name<<" watched "<<watchedMovie<<" movie";
}
int main()
{
display();
return 0;
}
A. Click on any cell in the row
Answer:
Screen or monitor, it may be also the central processing unit (CPU) where you manage your computers actions
brainliest please ;)