Apple Watch Finally Comes To India, Will Be Launched On November 6 Arun 23:29 1 Apple Watch Finally Comes To India, Will Be Launched On November 6 ...
Google Play Gets Fingerprint Payment Authentication for Android 6.0 Marshmallow Arun 23:28 0 Google Play Gets Fingerprint Payment Authentication for Android 6.0 Marshmallow...
iPhone 6S, 6S Plus pre-bookings miss expectations in India Arun 09:09 0 iPhone 6S, 6S Plus pre-bookings miss expectations in India ...
Program to print sum of odd numbers between 1 to 10 Arun 05:32 0 Algorithm: Step 1: Start Step 2: Assign i=1 Step 3: Assign sum=0 Step 4: Repeat steps 5,6&7 until i=10 reaches St...
Program to check a number is perfect number or not. Arun 05:30 0 Algorithm: Step 1: Start Step 2: Read a number, num Step 3: Assign i=1 Step 4: Assign sum=0 Step 5: Repeat steps 7,8&9 un...
Program to find the sum of first and last digit of a number. Arun 05:27 0 Algorithm: Step 1: Read a number, num Step 2: Compute num1=num%10 Step 3: Assign num2=num Step 4: Repeat step 5 while num...
Program to print all factors of a given numbers. Arun 05:23 0 Algorithm: Step 1: Start Step 2: Read a number, num Step 3: Repeat steps4,5&6 until i=num reach Step 4: if num%i==0 ...
Program to print even numbers between 1 to 10. Arun 05:21 0 Algorithm: Step 1: Start Step 2: Repeat steps 3,4&5 until num=10 reaches Step 3: If num%2==0 goto step 4 Step 4: Prin...