D) a phenomenon.
It's real, there it is. There is no current explanation for it, but there it is...
Answer:
Following are the program to this question:
#include<iostream> //defining header file
using namespace std;
int main() //defining main method
{
int sum = 0, num; //defining integer variable
cout << "Enter a number :"; // print message
cin >> num; //input number
sum=sum+num;
while (sum < 200) //defining loop that check sum value is less then 200
{
cin >> num; //input number by user
sum =sum+num; //add values
}
cout << "Sum = " << sum <<" the loop stops"; //print values
return 0;
}
output:
Enter a number :44
66
90
Sum = 200 the loop stops
Explanation:
In the given C++ program, the main method is declared, inside the method two integer variable "sum and num" is declared, in which sum variable assign a value, that is 0, and num is used to take input from the user end.
- In the next step, a sum variable adds num variable value and use a while loop that checks value is less than 200.
- In this condition is not true so, inside the loop, it takes value from the user and into the sum variable when its value is above 200, it will exit the loop and prints its total value.
Answer:
container class.
Explanation:
The container class contains methods that allow you to set physical properties such as height and width, as well as methods that allow you to add the appropriate components to a container.
Answer:
1. (1) Travel guide, (2) Study notes for students , (3) Some creative ideas that I want to share with others
2. (1) he or she would have some work related to the website I have created, (2) he or she would be interested in knowing about something which would be available in my created website
3. I want to learn how to add photos in the html pages
Answer: Approved
Explanation: Copyright is generated automatically upon the creation of original work, whereas a trademark is established through common use of a mark in the course of business.