Solution:
Running computer programs and their data are stored in Rom.
ROM is "built-in" computer memory containing data that normally can only be read, not written to. ROM contains the programming that allows your computer to be "booted up" or regenerated each time you turn it on. Unlike a computer's random access memory (RAM), the data in ROM is not lost when the computer power is turned off. The ROM is sustained by a small long-life battery in your computer.
#include using namespace std;int main(){int year = 12,value = 10,total = 0;do{year++;value *= 2;total += value;}while(value*2 < 1000);cout << "Age: " << year << endl;cout << "Last gift: " << value << endl;cout << "Total: " << total << endl;cin.get();return 0;
Main Answer:In the classic experimental design, there are two groups: the <u>treatment group and the control group.</u>
<u>Sub heading:</u>
<u>Explain treatment group and control group?</u>
Explanation:
1.The treatment group also known as the experimental group receives the treatment that the researcher is evaluating.
2.the control group on the other hand does not receive the treatment.
Reference link:
https://brainly.com
Hashtag:
#SPJ4
Answer:
According to the latest CDC stats, these are the average heights for U.S. adult men based on age:
Ages 20 to 39: 176.1 centimeters
Ages 40 to 59: 175.8 centimeters
Age 60 and older: 173.4 centimeters