Answer:
#include<iostream>
using namespace std;
int main()
{
int length = 16;
int width = 18;
int perimeter = (2*length) + (2 * width);
cout<<"The perimeter is: "<<perimeter<<endl;
}
Explanation:
First include the library iostream in the c++ program for input/output.
then, create the main function and define the variable with given values in the length and width.
After that calculate the perimeter by using the formula.
perimeter = 2*length + 2*width
and finally display the output on the screen by using the cout instruction.
Answer:
The difference between onlinenews and printed newspaper are that one of them is representing topics about the world and the other one just basically proves facts about why the world is a nasty place at this point.
Explanation:
Answer:
36/7
Explanation:
First, multiply 4 and 3 then add 5 and 2 the answer you will get is 12/7, and then calculate 7%4 answers you will get is 3 now multiply 12/7 and 3 your answer will be 36/7
The option that has can be a problem for people with accessibility issues is flashing images.
<h3>What visuals can lead to seizures?</h3>
There are different kinds of Triggers. In television screens or computer monitors this issue can occur as a result of a flicker or rolling images.
Note that some video games or TV broadcasts has rapid flashes or alternating methods of different colors and as such may have accessibility issues is flashing images.
Learn more about accessibility issues from
brainly.com/question/26848886
answer:
Mainframe computers are used by large companies and organisations to perform critical tasks that involve bulk data processing like transaction processing, census information, statistical data and so on. They consist of extensive input and output facilities, are very stable and dependable and handle millions of transactions every day
Explanation: