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:
false
Step-by-step explanation:
because when solving fraction as a equation you divide
The dimensions would be 29 by 29.
To maximize area and minimize perimeter, we make the dimensions as close to equilateral as possible.
Dividing the perimeter by the number of sides, we have
116/4 = 29
This means that both length and width can be 29.