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:
I believe the answer is 12x 5
(3.14)(21.98)(21.98)
-------------------------------
2
Answer:
see below
Step-by-step explanation:
First we need to find the radius
r =d/2 = 15.8/2 = 7.9 cm
The area of a circle is given by
A = pi r^2
= pi ( 7.9) ^2
=62.41 pi
Using 3.14 for pi
195.9674
To the nearest hundredth
195.97
Using the pi button
196.0667975
To the nearest hundredth
196.07