Answer:
The answer is 3,589,234
Step-by-step explanation:
Because it basically means addition meaning you just have to add it 3,489,234 + 100,000 gives you the answer
The company charges 15 dollars per month for first 300 text messages and thereafter 0.08 dollars for any additional text message.
It says that we used additional 60 text messages (after fair usage of first 300 messages in the plan).
Our bill for this month would be sum of charges for 300 messages and charges for additional 60 messages.
Total bill = 15 dollars + 60x0.08 dollars = (15 + 4.80) dollars.
Total bill = 19.80 dollars.
Hence, our bill this month would be 19.80 dollars.
The answer is B .greater than 6
Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza
Step-by-step explanation:
2/3 X = 2x -24
now just solve for X.
2X = 8X - 72
-6x = -72
X = 12