Not your question?
Ask your question
View similar questions
Add your answer here.Check out some similar questions!
What is an integer?
[ 3 Answers ]
Is a whole number still an integer even if it is written in decimal or fraction form? e.g.. Is 1.0 an integer? Is 3/1 an integer?
Dim statements 2 dimensional integer
[ 1 Answers ]
which one of following Dim statements declare a two-dimensional Integer variable array named Price that consists of 2 rows and 5 columns? Dim Price {1 to 2, 1 to 5} as Integer or Dim as Integer Price {1 to 2, 1 to 5} or Dim Integer as Price {1 to 2, 1 to 5} or Dim Price as Integer...
Time to integer
[ 1 Answers ]
what is the formula for calculating integer value of a 24 hr time format. i.e to return 2.75 for the time value of 2:45. I am using this to create a simple time sheet. time out-time in = time on job Then to multiply that by a rate to return wage Thanks
Integer
[ 3 Answers ]
why is this happening? including all necessary header files ,math.h and stdio.h , int main() { int I=2; int y=pow(10,I); printf("%d",y); return 0; } View more questions Search
|