Postingan

Menghitung aktivitas diri

Dikamar yang sepi ini Terang benderang lampu phillip diatas langit2 Denging kipas bersandar di tepi dinding Hawa panas nya sedikit adem hangat2 Ku berbaring diatas kasur beralas sprei warna warni hitam putih Menatap layar hp dari pagi hingga sore Menenangkan diri dari rasa pegal2 Pergi keluar buat beli ketoprak saja Mengobati perut yang lagi keroncongan sesekali Saat dikala hati lagi malas Tinggal masak telor ceplok dikuali Sesekali wajah mulai meremas2 pipi ku Menatap layar tiada bosannya Melihat para artis narsis di instagram untuk menghibur diri sambil guling guling di kamar Waktu istirahat yang sangat mengobati kaki ku yang injit injit semut Besok  ku ingin bangun pagi sekali Menghirup udara segar sambil jogging di pinggir taman kali  Untuk melemas kan urat-urat yang terasa tegang akibat kerja So enjoy aja Selamat malam Semoga bermanfaat

Program Pola Bintang menggunakan Java

Segitiga siku-siku kanan import java.util.Scanner; public class BintangSikuKanan { public static void main(String args[]) { Scanner db=new Scanner(System.in); System.out.println("Masukkan batas baris: "); int n=db.nextInt(); /*int n=5;*/ for (int i=1;i<=n;i++) { for(int j=1;j<=i;j++) { System.out.print("*"); } System.out.println(); } } } Segitiga siku-siku kiri import java.util.Scanner; public class BintangSikuKiri { public static void  main(String []args) { Scanner db=new Scanner(System.in); System.out.println("Masukkan batas baris: "); int n=db.nextInt(); int i,j,k; for( i=1;i<=n;i++) { //spasi for( j=(n-1);j>=i;j--) { System.out.print(" "); } for( k=1;k<=i;k++) { System.out.print("*"); } System.out.println(); } } } Segitiga sama sisi import java.util.Scanner; public class BintangSegitigaSamaSi...

HACKER RANK SOLUTIONS : Simple Array Sum

Given an array of integers, find the sum of its elements. For example, if the array  ,  , so return  . Function Description Complete the  simpleArraySum  function in the editor below. It must return the sum of the array elements as an integer. simpleArraySum has the following parameter(s): ar : an array of integers Input Format The first line contains an integer,  , denoting the size of the array. The second line contains   space-separated integers representing the array's elements. Constraints Output Format Print the sum of the array's elements as a single integer. Sample Input 6 1 2 3 4 10 11 Sample Output 31 Explanation We print the sum of the array's elements:  .S Solution  : import java.io.*; import java.math.*; import java.text.*; import java.util.*; import java.util.regex.*; public class SimpleArraySum {     public st...

Oryx Energy Projects & Services LLC. Indonesia

What is ORYX Indoensia? Oryx provides value added services to its clients and principals to develop their business in Qatar; one of the fastest growing economies in the world. Oryx`s activities focus on the oil & gas, petrochemical and utility sectors. Success lies in spotting opportunities, understanding the market dynamics, local factors, and forging a well-conceived marketing strategy. Oryx provides its clients with world class solutions, empowering its principals with quality analysis, contextual knowledge coupled with local resources and participation in order to succeed in a rapidly changing landscape.  You can click this link here  http://www.oryx.com.qa/Home.aspx   Area of Business  : business service human resource service industrial service outsourcing service the Arabian Oryx, we are known as much for our strength, agility and resilience as for our unique ability to adapt and flourish in our demanding native environment. ...

100 alamat perusahaan Oil & Gas di Indonesia lengkap dengan no telpon

Berisi lebih dari 100 alamat perusahaan Oil & Gas di Indonesia lengkap dengan no telpon, alamat website dan kilasan perusahaan. Dengan informasi ini, anda bisa lebih memfokuskan tujuan lamaran anda dan mengetahui profil perusahaan tersebut sebelum anda wawancara. Downstream-Accenture Alamat:Wisma 46 Kota BNI, 18th Floor Jl. Jend. Sudirman Kav. 1 Jakarta 10220 Telepon:021-5746575 Website: www.accenture.com/indonesia Kategori:Consultant (Energy, Environmental, Finance) Sekilas Perusahaan Accenture’s Energy group has been a part of the industry for many years. Our experience spans the entire value chain, including upstream, downstream, oil service and pipeline companies. We collaborate with leading energy companies to help them meet competitive challenges and shape solutions that advance their journey to high performance. The services are in the following categories: Downstream • Accenture Enterprise Energy Management (EEM) • CRM-based, Technology-rich Downstream Po...