Answer:
a variable of type "double" is more suitable for finding average because average could be any number with decimal places. we can't use a variable of type "integer" because it will omit the value after the decimal and will not produce satisfactory results.
Explanation:
an example of C++ code is given to find the average of two numbers a and b
#include <iostream>;
using namespace std;
int main() {
double a = 2.334;
double b = 34;
double average = (a + b) / 2;
cout << average;
return 0;
}
Answer:
File, Edit, and View
Explanation:
These are the standard ones that come with the software.
Cache are the temporary files that are downloaded onto your computer while going on a website, to clear this, you are getting rid of any of the cache. Not what you downloaded yourself, what the internet page downloaded for you.
Chocolate is now a sweet treat that is very popular in the us
Financial literacy means the power to understand how money works in this socity. like how someone maneges money or makes money. How someone investets in to it and how someone donates it