Spiga

Chikka Unlimited Text Online

This Chikka Unlimited Text Tip is very old. Even if it is already old, there are still people who do not know how to send unlimited text messages in chikka. Okay, here’s

how to text unlimited text messages in chikka. 1. Go to chikka.com and login to your account 2. Send message to your buddy. After two (2) messages sent, you cannot send again because of their antispam feature. 3. Delete the buddy that you texted twice and Add that Buddy again. 4. Wohaaa!!! Now you can text again!!! Try it!

Click Here to Read More..

Java Programming | Determine if the Number is ODD or EVEN

This Java Program code is a program that list all ODD numbers between the two numbers you input. You must have Java 1.5 version to run this program. Insert this code into your text editor:

import java.util.*;

public class OddNumers {
public static void main(String[] args) {

Scanner reader = new Scanner(System.in);

int input , input2;

System.out.print(”Enter 1st number: “);
input = reader.nextInt();

System.out.print(”Enter 2nd Number: “);
input2 = reader.nextInt();

System.out.println(”The Odd numbers between” +input+ ” ” + input2 + ” are: ” );

while (input<=input2) {
if (input%2 != 0) {
System.out.print(input);
}
input++;
}

}
}

Output:

Enter 1st number: 1
Enter 2nd number: 10
The Odd numbers between 1 and 10 are: 3579

Just change the code if you want to display the Even numbers either.

Thanks!!!

Click Here to Read More..

How I made $2734.79 in 7 days!

I will teach you how to make $500+ daily with no cost at all. If
you are able to write and receive emails then you too could make money online.
I decided to give away this method for free for one reason – I know how some of
you are desperate to actually make some money on the internet, and I know
that you’re not willing to spend money on advertising which in most cases can
ruin your budget fast. With my method you will not have to spend a single cent. That way you will be able to apply it very
easily.



The quick description of my system:
1. You will join lead based affiliate program where you will receive
commission for every member who sign up for free using your unique
affiliate link. (I will show you where to join)
2. You place your simple ads on a free, high traffic classified ads website.
(I will give you the best sites to advertise)
3. You set up new email address with vacation autoresponder.(I will tell
you which one is the best to do it)
People interested in your ad will contact you via email. They will be sent a
message automatically an with your affiliate link to sign-up for free at some
sites.
Sounds easy?

These are earnings stats for the affiliate program I personally use.
I decided to use only this one, because they are actually big
trusted network of about 25+ dating sites where you can refer
your users. The advantage of using this one is also that you will
be paid by the same company even if you are promoting lot of
dating sites/links.

Click Here to Read More..