Sunday, November 2, 2008

The One

Hmmm,, let me think first what would be I write here in this blog... think.. think.. and think..

The CCS dean of STI College Lucena inspires us to have this. After he had created already his own blog and incorporate the Google AdSense, he knew that he earns a dollar for an hour. He was excited to share this amazing program to his faculty, employees and students. He encouraged us to create a blog immediately with our free time instead of doing worthless things and build our own network of bloggers. That's the reason why I started to create my own blog and build our network. He is THE ONE and he is our mentor who motivate us in such a great thing. Thanks for having "the ONE"!

3 comments:

cherry garcia said...

import java.io.*;
public class DIT211CGG
{
public static void main(String args[])throws IOException
{
BufferedReader input=new BufferedReader (new InputStreamReader(System.in));
String a;
int sizes[];
sizes=new int[8];

System.out.println("Enter String: ");
a=input.readLine();
System.out.println("The numbers of the string is: ");
System.out.println(sizes.length);

}
}




Cherry Garcia
DIT 211

nadine de mesa said...
This comment has been removed by the author.
nadine de mesa said...

import java.io.*;
public class DIT211JNM
{
public static void main(String args[])throws IOException
{
BufferedReader input=new BufferedReader (new InputStreamReader(System.in));
String N;
int sizes[];
sizes=new int[6];

System.out.println("ENTER STRING: ");
N=input.readLine();
System.out.println("THE NUMBERS OF STRING: ");
System.out.println(sizes.length);

}
}





NADINE DE MESA DIT211