
Every body know that politics is cutthroat. I dont know what happen to this guy, so he put his photo into “baliho” with a note “do not choose me“. Maybe this guy disappointed with political situation nowdays in Bali. For some people, maybe this is funny. How about you? Sigh…
I’m sorry because I use bahasa for the tittle of this post because I confuse how to describe about this post. As usually, I get questions about C++ here and I will try to answer as I can. The question is how to calculate the frequency of each letter appears in a sentence using the C++ program. OK, I’ll try to answer it.
The algorithm is, first, we must enter a sentence, in C++ we should use the function cin.getline. Then we must find the length of that sentence. Then we compare each letter from the letter “a” to the letter “z” and calculate the amount. For more details, please download the C++ program here. Sample results are displayed as below.

Until now, I have not received my PIN from Google AdSense. I already try to check directly to the post office in Renon, and I still cannot found that PIN. A few days ago, I do not know why Google Adsense now can appear again although I not entered the PIN yet in my Google Adsense account. But, I do not know what I should do to find my PIN. So, while still waiting for the PIN, I will plug in the code of my Google Adsense in this blog. And I apologize for the inconvenience when you visit this blog.
Monetize this blog using Google AdSense is not the main goal when I blogging, but Google Adsense can give me more spirit when blogging while learning to use the English. I actually feel very difficult to use the English in this blog because as you know my English is suck. But I dont care, I just try to make other people who is visit my blog understand what I write and when they understand what I mean, that is enough for me. So, for you who write comment here in English, I would say thank you very much, because that’s mean you help me to learn English. But, when you write comment in Indonesian, that’s ok too because my principles is “when you visit this blog, komen tidak komen tetap tengkyu“.
This night I cannot sleep, I dont know why my room feels hot, while outside is rain. Then I decided to go to the villa next to my house to write something on my blog. Something that may not be useful for all of you. But I dont care, I just want to killing time, waiting for I fell sleepy, I think this better than I only watch television, which is full with “sinteron”.
Today I read announcement from government of Badung regency and government of Denpasar city. That is about job vacancy as “CPNS”, so for all of you who wanna be a “PNS”, just go to “BKD” to see the job vacancy. What about me? I dont have any idea, but I think I will join that. Who knows I can pass the test although I know that is so difficult because you know what.
This program is the answer for the question that I get from Faisol. He ask me to make program using C++ to show a parallelogram. I think we have to use “nested for” to make this program. “for” is a statement in C++ that use for looping. When we placed a “for” statement inside other “for” statement, that is called “nested for”. For more please download the C++ script here.