Even or Odd?

There are many ways to determine wheter the number is odd or even. Here is two: 1. Check with modulus operator (%) The modulus operator returns the remainder when dividing two numbers. Even numbers doesn’t have a remainder, but Odd numbers have 1. 2. Check by bit operators Here is the code: 1. With modulus operator (%) ———————————- #include int main() { int number; printf(“Input integer\n”); scanf(“%d”,&number); if(number % 2 == 0) { printf(“Even\n”); } else { printf(“Odd\n”); } return 0; } ———————————- 2. Check by bit operator ———————————- #include

Continue readingEven or Odd?

Garmin Mapsource 6.15.7

Garmin Mapsource 6.15.7 update Changes made from version 6.15.6 to 6.15.7: – Fixed an issue where maps could not be transferred on certain non-English Windows installations. – Reduced size of symbols when configured to use small symbols. – Fixed an issue finding campgrounds on some newer map products. download

BBM 5.0.0.33

RIM officially relased BBM 5.0.0.33 Release: 07.10.2009. File Size: 2940 KB Confirmed works on OS 5.0 OTA : download Get into BlackBerry® Messenger and express yourself – your way. Share your pin or unique barcode to connect with friends anywhere, anytime. Take comfort in knowing your friends are only a BlackBerry® Messenger message away whether you want to make plans for the night or ask a quick question. Chat and share funny stories, pictures, videos and more with individual contacts or groups of friends instantly. Stay in touch like never

Continue readingBBM 5.0.0.33