Not your question?
Ask your question
View similar questions
Add your answer here.Check out some similar questions!
Maytag Performa item #PYET344AYW auto dry function doesn't work.
[ 0 Answers ]
As stated above, my electric dryer doesn't work when I use the Auto Dry function. It does get hot, but the cycle never ends. The timed mode still functions properly. Any ideas on what I can do to fix it? I tried the search funchion, but all of the answers were from 4 years ago for a different...
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
|