Answer:
Following are the statement in C++ Language is given below
total=0; // variable declaration
cin >> amount; // Read the input
while(amount >=0) //iterating the loop
{
if(amount>0) // checking condition
total=total+amount; // perform operation
}
Explanation:
Following is the description of the statement
- Declared a variable "total" and initialized with them 0 to them.
- Read the input in the "amount" variable by using cin.
- iterating the loop when the amount is greater then 0.
- Checking the condition if(amount>0) then adding the total variable and amount and storing them into the total variable.
It does not work that way....I thought the same thing. The sound will always come out of your iPhone
Home page usually refers to the page that initially displays if you type in http://www.example.com/ It's usally named index.html, index.shtml or the like.
Just try to answer some questions as well, then you can keep a nice balance.
ps. Only answer the questions you know.