0
How to tipe 2² in dev c++
Pls someone know ho to tipe 2², 3^6, 5^10..... in dev c++? I cant copy this to my code and i dont know how to tipe it. THX
8 Answers
+ 1
pow(2,2); //2^2
pow(3,2); // 3^2
or
2*2
you can use to get value
+ 1
use Objem=(3.14*pow(12,2)*25);
but I have a question is your code not working properly.
0
thx and how can i use pow in this?
USHORT Objem = (3,14*(12*12)*25);
0
what is 3,14? is it 3^14, please tell me
0
3,14 is number Pi. idk if in eng is pi same like in my language :D
0
its all about 12*12 = 12^2
0
thx my code working properly i wanted just this ask. but i have one more question but i made new question in this topic. Try look at it :)
0
name of discuss is decimal point if u want look at it