Step-by-step explanation:
You have to take the decimals to whole number my multiplying it in tens, and then divided by the number of multiples you multiplied it by, also in tens.
After these, take. the square root of the resulting fraction
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:
Ruben??
Step-by-step explanation:
Just a guess, If another person answers Listen to them
Answer:
117+x=180°(sum of straight line)
Step-by-step explanation:
x=180-117
x=63
Answer:
1/6
Step-by-step explanation:
1/3 diveded by 2/1
1/3x1/2 = 1/6
Hope it helps:)