Answer: Irrational
Step-by-step explanation:
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
Answer:
x = 5
y = 9
Step-by-step explanation:
Since the scale is 2, the side of x needs to 4 because the corresponding side on the other figure is 2 (2 * 2 = 4).
So, x - 1 = 4
x = 5
Similar to the y side, the y side needs to be 10.
So, y + 1 = 10
y = 9
Answer:
Step-by-step explanation:
I=PRT where I =interest P=principal, R=rate, and T =time is