Actionscript is for animation
JavaScript is for adding functionality to a webpage
DHTML is incorporating other languages into HTML
XML is used to store data
HTML is used to create a web page
Hope this helps!
Answer:
You can't.
Explanation:
As far as I am aware, it is not possible to change your name without the intervention of a Brainly Moderator or Administrator.
Answer:
27 ounces
Explanation:
You can convert 2 pounds into 32 ounces then subtract the 5 ounces that she ate from that 32.
Answer:
#include <iostream>
using namespace std;
int main()
{
int input = 0;
int count = 0;
int sum = 0;
int sumNegative = 0;
while (true) {
cout << "Enter a number: ";
cin >> input;
if (input == 0) break;
count++;
sum += input;
if (input < 0) {
sumNegative += input;
}
}
cout << "Count of the numbers: " << count << endl;
cout << "Sum of all the numbers: " << sum << endl;
cout << "Sum of the negative numbers: " << sumNegative << endl;
}
Explanation:
Your requirements regarding the sum and the negative numbers was a bit vague so I just did something you can probably adjust easily to your liking.
Answer:
oh sorry i needed points but i have a friend whos user starts with dida
Explanation: