java sample code

Tuesday, October 13, 2009

import javax.swing.*;
import java.util.*;

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

String input;
String reversed;

while (true) {
input = JOptionPane.showInputDialog(null, "Enter a string");
if (input == null) break;

reversed = "";
for (int i=0; i
reversed = input.substring(i, i+1) + reversed;
}
//mao ni mag count sa mga vowels...
int vowels = 0;
for(int h = 0; h < input.length(); h++)
{
if(input.charAt(h) == 'a'|| input.charAt(h) == 'A')
{
vowels++;
}
if(input.charAt(h) == 'e'|| input.charAt(h) == 'E')
{
vowels++;
}
if(input.charAt(h) == 'i'|| input.charAt(h) == 'I')
{
vowels++;
}
if(input.charAt(h) == 'o'|| input.charAt(h) == 'O')
{
vowels++;
}
if(input.charAt(h) == 'u'|| input.charAt(h) == 'U')
{
vowels++;
}
}
//mao ni mag count sa consonant....
int consonants = 0;
for(int h = 0; h < input.length(); h++)
{
if(input.charAt(h) == 'b'|| input.charAt(h) == 'B')
{
consonants++;
}
if(input.charAt(h) == 'c'|| input.charAt(h) == 'C')
{
consonants++;
}
if(input.charAt(h) == 'd'|| input.charAt(h) == 'D')
{
consonants++;
}
if(input.charAt(h) == 'f'|| input.charAt(h) == 'F')
{
consonants++;
}
if(input.charAt(h) == 'g'|| input.charAt(h) == 'G')
{
consonants++;
}
if(input.charAt(h) == 'h'|| input.charAt(h) == 'H')
{
consonants++;
}
if(input.charAt(h) == 'j'|| input.charAt(h) == 'J')
{
consonants++;
}
if(input.charAt(h) == 'k'|| input.charAt(h) == 'K')
{
consonants++;
}
if(input.charAt(h) == 'l'|| input.charAt(h) == 'L')
{
consonants++;
}
if(input.charAt(h) == 'm'|| input.charAt(h) == 'M')
{
consonants++;
}
if(input.charAt(h) == 'n'|| input.charAt(h) == 'G')
{
consonants++;
}
if(input.charAt(h) == 'p'|| input.charAt(h) == 'P')
{
consonants++;
}
if(input.charAt(h) == 'q'|| input.charAt(h) == 'Q')
{
consonants++;
}
if(input.charAt(h) == 'r'|| input.charAt(h) == 'R')
{
consonants++;
}
if(input.charAt(h) == 's'|| input.charAt(h) == 'S')
{
consonants++;
}
if(input.charAt(h) == 't'|| input.charAt(h) == 'T')
{
consonants++;
}
if(input.charAt(h) == 'v'|| input.charAt(h) == 'V')
{
consonants++;
}
if(input.charAt(h) == 'w'|| input.charAt(h) == 'W')
{
consonants++;
}
if(input.charAt(h) == 'x'|| input.charAt(h) == 'X')
{
consonants++;
}
if(input.charAt(h) == 'y'|| input.charAt(h) == 'Y')
{
consonants++;
}
if(input.charAt(h) == 'z'|| input.charAt(h) == 'Z')
{
consonants++;
}

}
//mao ni pag count kung pila kabook digits
int intCount = 0;
for(int i = 0; i < input.length(); i++)
{
if(intTest(input.charAt(i)) == true)
{
intCount++;
}
}

//mao ni pag trim sa space...
StringTokenizer st=new StringTokenizer(input);
String words[] = new String[50];
String words2[] = new String[50];
String words3 ="";

while(st.hasMoreTokens())
{
int x = 0;
words[x]=st.nextToken();
words2[x] = words[x].trim();
words3 = words3 + words2[x];

x++;
}

//to uppercase
String uppers = " ";

for(int p = 0; p < input.length(); p++)
{
uppers = input.toUpperCase();
}
//to lowercase...
String lowers = " ";

for(int p = 0; p < input.length(); p++)
{
lowers = input.toLowerCase();
}


JOptionPane.showMessageDialog(null, "Your String: " + input
+"\nIntegers: " + intCount
+"\nVowels: " + vowels
+"\nConsonant: " +consonants
+"\nUpper Case: " +uppers
+"\nLower Case: " +lowers
+"\nTrimmed: " +words3
+"\nReversed: " +reversed);
}
}
public static boolean intTest(Character z)
{
String catcher = z.toString();
try
{
int number = Integer.parseInt(catcher);
return true;
}
catch(Exception e)
{
return false;
}

}
}

/*Character trimmed[] = new Character[input.length()];
int counter = 0;
for(int k = 0; k < input.length(); k++)
{

trimmed[k] =input.charAt(counter);
if(input.charAt(counter) == ' ')
{
//counter++;
trimmed[k] = input.charAt(counter);

}
counter++;
}
for(int as = 0 ; as < input.length(); as ++)
{
System.out.print(trimmed[as]);
} */

Direct TV Service

Wednesday, July 15, 2009

Television is one of the most favorite past time of almost all people. Even me who is mostly busy in many other things can't afford to miss watching TV. I do watch TV everyday and I enjoy watching my favorite TV shows. However, we do not have a cable TV, instead I watch channels locally aired. So the amount of channels I can only view is limited to the amount of channels that is aired locally.

There is a good news my friends!!! We don't need to subscribe/apply for a cable network since we can do that with our own computers. All we need to have is a computer and an internet connection. Direct TV System is the one I am talking about. Direct TV Service is an Authorized DIRECTV Dealer that bring you the best satellite systems DIRECTV® has to offer. By the power of technology, we can empower our computers, of course those with internet connection, with a technology of TV. Your computers will never be the same again! Direct TV has the best Value! Check it for yourselves.

Now, that you know how great it is to make our computers become TV, I think it is the best time for you to try it. All you need to do is to visit their website and order Direct TV System


Paragon Art Gallery

Sunday, June 28, 2009

I am blogging about Paragon Fine Art which provides very artistic works of art through painting on oil and canvas. Tomasz Rut Art is a photo gallery of various paintings depicting people.

When I was still in college, I had the passion about paintings through canvas using oil or coal or maybe pastel. I have always been eying joining one of the biggest extra curricular organization in college. The Circulo de Arte where most of my friends are there. When I tried to join the 'org', the nickname for organization, of course a talent is a pre requisite! My bad! I am only an art admirer whom cannot make a good art. I am not even very good at simple drawing. My friends who are members on the 'org' always bully me for being with them but yet I am not like them. What can I do? I am a musician who also loves painting. I have tried what they have done but yet, all my 'master pieces' looked like scratch!

Well, there is a gallery in the internet where, again as I said earlier, provide quality paintings! Although some of the paintings there are salacious, well that's art! Even famous renaissance painters made nude arts and most of them are really magnificent! The image above is one of the best I saw from the site. I like that specific painting more because it is showing not only a painting but it is also showing an art which I am good at! Music! So two arts are combined in one.

Try visiting the site for more! Tomasz Rut Art

Monitor Bank Rates

Friday, June 5, 2009

In this modern world, cash money are less carried when we go to malls, restaurants, paying bills and even in gas station. What we usually use nowadays is what we call the credit card. It will enable us to pay what we purchase even without bringing any cash on our wallet. But it seems to be that different establishments accept not all credit cards. This is a problem when we do not know the bank's exchange rates.

Fear not because there is a solution to this problem. Monitor Bank Rate enables you to check and determine the bank rates. If we know the rates, we would not be afraid of our savings account becoming zero balance. So visit now if you want to check the bank rate.

Direct TV - Fun TV

Thursday, June 4, 2009

I am blogging about directtv website. Since I love to watch TV and I spend so much time watching TV on my spare time, the website is the best for me, and for you too!

I love to watch TV from different channels, unfortunately, we do not have cable TV at home. When I need to watch a live telecast of Manny Pacquiao's fight, I needed to go to places where they have a cable TV and tune in to Solar Sports. Or if I wanted to watch National Geographic Channel or HBO, I needed a cable TV too. Well not anymore if I will order a direct TV now! If then, I don't need to apply for any cable networks. All I need to do is to order a directtv and my computer will work like a Cable TV. Internet and Cable in one! Isn't it great? It is good for the entire family. In fact it is better than having a cable TV since internet and TV is merged. Watching TV will be more fun with direct TV

So why not try yourself a directtv? If you are a TV lover, I am sure that you will enjoy and benefit much with directtv. So Visit now.

Online Shop - Shop Wiki

Friday, May 29, 2009

Before I became addicted with the internet, I already have in mind about stores online. I became aware that there are things that can be bought using the internet. As I became more knowledgeable about the things the internet can do, especially that I am earning a few bucks online, I get encouraged to buy stuffs online. One site that offers incredibly wide variations of "stuffs" to chose from is the ShopWiki. The site provides you with almost all the things that can be bought!

I love to play computer games, One thing that keeps my mind from thinking about buying online, since I am a gamer, is the XBOX 360 or the Xbox where you can also get xbox games. They also have variety of Xbox accessories that makes your game really at its best! Well play station is good too but xbox is the best for me. I have not yet seen an actual xbox but I only saw one from the internet and from some magazines.

In the image beside is an image of Microsoft XBOX 360 Platinum System. This is the xbox I really wanted to own. Where we can select from various games from the same site which can be found here. They have Need For Speed Most Wanted, Call of Duty, Dead or Alive and many other cool games to choose from!

So, if there are things that you wanted to purchase online, especially when you want to buy xbox, there is only one name that you should remember, ShopWiki. They will lead you to the right place to buy what you need to buy, Online! So remember the name, ShopWiki

copy paste on your browser


Local Chat City

Thursday, May 28, 2009

I am blogging about local chatroom. A local chat website that enables you to chat people from a local channel or a local place.

Just recently, recently I mean yesterday, I went to the internet cafe just to hang around. Actually I did not know what to do since I just went there for killing some time. I opened the mirc but i got bored there seeing the same usernames or nicks. Some of them do not want to chat and some are just spamming and making a fool out of themselves. But then this website I just recently knew, the local chatroom is an encridelbe website that chat in. You could chat there interesting people who have the same interest as you do. I enjoyed chatting with someone there, not only one but three contacts, in fact, I added them to my yahoo messenger friends list.

Chatting is one of the things I do when I go online. I think it is one of the most important thing in the web. There we could socialize and make a couple of friends globally. I do chat every time I go online especially to my friends who became dear to me. I have written a couple of reviews about chatting on my blog and the links goes here (on my label) chat, and many more. Please look at my label. Thank you.

If you wanted to have a great time chatting, the best place for you is local chatroom.

Small Business Loans

Do you want to open up a new business but you do not have the enough sources to begin? I would like to share to you a website that enables you to loan for your small business. It is guaranteed fast approval and even faster funding. It is called Small Business Loans. Apply Now.

Apply Here or copy paste on your browser:
-> http://www.onlinecheck.com/business_funding/small_business_loans.html <-

Turbo Charger

Friday, May 22, 2009

I am blogging about turbocharger website. This website is about making cars charge their cars into turbo. Turbocharger makes some modification in car engines that would burst out or even enhance our car speed and durability.

When I was younger, I wished to own a car for myself in the future. But it seems like I still need to wait for more years for that to happen. But it doesn't matter. We have our family car, not one but two. Sometimes I used either of the two to go to places for some business. Me being a young driver wants some speedy and the other car that we have cannot run faster than I want it to be.

Finding this website turbocharger makes me want to do some engine modification so that I could use this car, the one car i use which was older than the other and make it run faster and better. The site is very good; they provide very low prices anywhere; Open 24 hours a day; Convenient, personalized and user-friendly online purchasing; Guaranteed the fastest shipping times on the net; comprehensive technical information and many more! with live toll free phone support!

Wanna go fast? you need a turbo charger! And if you are like me who is a speedster or any car enthusiast. Why not check my featured site!

ADS by Smowtion