Wednesday, May 21, 2014

Make Hello Word on Java

Last day we have been share about "How to make hello word on C++". Now we want to sharing again about how to "HOW TO MAKE HELLO WORD" but on Java.

For do that, follow this step by step.
1.  open you Graphic User Interface (GUI) application (ex: NetBeans or the other). if you not have it, you can download on the official site.
2.  and then you just write the syntax code like on this box. "Be careful on Caps character"

public class NewClass {

    public static void main (String []args){

         System.out.println("Hello word"){
         }
   }
}

3.  after that, run the program.

ok, we think that's all. and read about the other articles on this site.
thank you



Tuesday, May 20, 2014

Make Hello Word on C++

For everyone who start to study about programming, the first time to do absolutely is "HOW TO MAKE HELLO WORD ". 
Now we want to share how to make hello word on C++ language and for do that, follow this step by step.

1.  open you Graphic User Interface (GUI) application (ex: NetBeans, Dev C++, and the other). if you not have it, you can download on the official site.
2.  and then you just write the syntax code like on this box.

#include <iostream>

using namespace std;

int main()
{
 
  cout<<"Hello Word !";
 
  system("PAUSE");    
  return 0;
}


3.  after that, run the program. if you want, you can try this other syntax code.

#include <iostream>

using namespace std;

int main()
{
  char name;
  cin>>name;
  cout<<"Hello "<<name;
 
  system("PAUSE");    
  return 0;
}



Tuesday, May 13, 2014

Example of Application Letter



PT. Asuransi Ramayana Tbk.
Jl. Kartini No. 1B Durian Payung, Bandar Lampung


In replying, please quote:
Reff, YD 86-228
14th may 2012

Mr. Achmad Solehan
Jl. Imam Bonjol No. 22, kotagajah
Central Lampung


Dear Mr. Achmad
Thank you for your recent application for employment under PT. Asuransi Ramayana Tbk. Marketing executor program.
The response this program has been very encouraging and we have so far received a great number of applications. There are many applications we received have now been very carefully reviewed and I advise that you are among those who have been selected for this program and I would invite you for coming to our company to interview on 21st may 2010.
Thank you for your attention and I hope you can join to our company with professional.


    Your truly


Herman Khoiri
Employment specialist
RLDT: arsl



Link Exchange

Welcome to my Link Exchange Area. Here you can share your link and get backlink with the other.
To get it, you just copy the HTML code and paste to your website or blog, and the give me notification if it done and i will display your link in this site.

<a href="http://sweetchildme.blogspot.com" target="_blank"><blink>D JAVU</blink></a>