Showing posts with label an. Show all posts
Showing posts with label an. Show all posts

Wednesday, March 9, 2016

How to build an outdoor shed foundation

How to build an outdoor shed foundation


How to build an outdoor shed foundation


How to build an outdoor shed foundation is one of the most requested categories, one of which is you. Here is an easy way about the steps that are easy to use and follow about How to build an outdoor shed foundation for you. To get How to build an outdoor shed foundation in detail, please click on the image below. Thanks for visit us.
Read More..

Friday, April 11, 2014

Count reapetation number of unique values of an array Sort according higher occurance of values


/* A program to calculate no. of uniqe values of an array
implemented logic can be useful anywhere-
where we required count no. of same rate books in a library
e.g. 250$: 3books 300$: 4books 34$: 5books
Date: 9/3/2013 10:05pm
Author: Mangilal Saraswat */

#include<stdio.h>
#include<conio.h>
void main()
{
 clrscr();
 int i,j,k,done,a[10],b[10],c[10];
 i=0; j=0; k=0; done=0;

 printf("Enter array:
");

 for(i=0;i<10;i++)
 {
  scanf("%d",&a[i]);
  c[i]=0;
 }

 for(i=0; i<10; i++)
 {
  for(j=0;j<k;j++)
  {
   if(a[i]==b[j])
   {
    b[j]=a[i];
    c[j]=c[j]+1;
    done=1;
   }
  }
  if(done==0)
  {
   b[k]=a[i];
   c[k]=c[k]+1;
   k=k+1;
  }
  done=0;
 }

 for(j=0;j<k;j++)
 {
  printf("value: %d ",b[j]);
  printf("times: %d
",c[j]);

 }
 getch();
}

Read More..

Wednesday, March 5, 2014

Contest Win an Apple iPad 2 from Nakamuraka com

Update: Site Closed

Nakamuraka.com is a group buying site offering deals. I think they are pretty much similar to other group buying sites. The real difference can be seen in the deals they offer, the discount they give and the savings they can provide to their customers.

Here's a short excerpt from their website,
Nakamuraka.com is all about bargains. Not the cheap kind, mind you. But the best we can find at the least possible cost to you. Like getting a luxurious massage for half its price, or a sumptuous meal for a third of its cost, or even getting into a new fitness regimen for almost nothing.
What caught my attention is the graphics they used and the words they used to describe their deals. Actually, they only have 1 deal as of the moment  and it's their first ever deal -- It's an iPad 2 giveaway deal. This is a great offer as you can purchase a raffle ticket to get a chance to win it for... 0 pesos! Yes, for free!

http://www.nakamuraka.com (Register now and get a chance to win an Apple iPad 2, which will be released on April 29, 2011 here in the Philippines! If you win, it's like buying it for 0 pesos! That's what you call, savings!) *Crossing fingers* Hope I win the Apple iPad 2

Read more »
Read More..
 
Blog Information - Powered By Blogger