Answer:
x = 13/12
Step-by-step explanation:
explain on image
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
I’m guessing the questions is how many pages she can read in an hour?
the answer for that is
• 36.75
hope this helps x
If the total bill is $85, and you want to leave a 15% tip, then you can calculate it as follows:
85 * 15%
= 85 * 15/100
= 85 * 0.15
= 12.75
The amount that should be left as a tip is D. $12.75.
The answer for your question is B