Monthly Archives: March 2014

Tugas Algoritma 4C

1. Suppose x = 3 and y = 2, show the output, if any, of the following code.What is the output if x = 3 and y = 4? What is the output if x = 2 and y = … Continue reading

Posted in Uncategorized | Leave a comment

Tugas Algoritma 4b

1. Assuming that x is 1, show the result of the following Boolean expressions. (true) && (3 > 4) !(x > 0) && (x > 0) (x != 1) == !(x == 1) (x >= 0) || (x < 0) … Continue reading

Posted in Uncategorized | Leave a comment

Tugas Pertemuan 4A

Saya akan mencoba menjawab pertanyaan berikut : 1. Can different types of numeric values be used together in computation? 2. Assume that int a = 1 and double d = 1.0 and that each expression is independent. What are the … Continue reading

Posted in Uncategorized | Leave a comment

Algorithm and Programming Assignment 3b

Kali ini kita akan mengulas pertanyaan berikut, mari belajar bersama : Does any method in the String class change the contents of the string? Create a program to determine whether a character is alphanumeric? Create a program to determine whether … Continue reading

Posted in Uncategorized | Leave a comment

Algorithm and Programming Assignment 2

Kali ini saya akan mencoba menjawab pertanyaan algoritma yang kedua ini, mari simak pertanyaan dibawah berikut : Why does the System class not need to be imported? What is the differences between the following two import statements: import java.util.Scanner; import … Continue reading

Posted in Uncategorized | Leave a comment

Algorithm and Programming Assignment

Di artikel pertama saya ini, kali ini saya akan menjelaskan pengertian dari beberapa pertanyaan di bawah ini : Describe about library in java! Specify the rules that can be used to create identifier! What is the function of keywords in … Continue reading

Posted in Uncategorized | Leave a comment

Hello world!

Welcome to Binusian blog. This is the first post of any blog.binusian.org member blog. Edit or delete it, then start blogging! Happy Blogging 🙂

Posted in Uncategorized | 1 Comment