-
Recent Posts
Recent Comments
- Anonymous on Hello world!
Archives
Categories
Meta
Category Archives: Uncategorized
Algorithm and Programing assignment 6
1.Describe the Java Throwable class, its subclasses, and the types of exceptions 2.What is the purpose of declaring exceptions? How do you declare an exception, and where? Can you declare multiple exceptions in a method header? 3.What is a checked … Continue reading
Posted in Uncategorized
Leave a comment
Algorithm and Programing Assignment 5
1. What are the differences between a while loop and a do-whileloop? Convert the following while loop into a do-while loop. 2. Do the following two loops result in the same value in sum? 3. What does the following statement do? for( ; ; ){ do something; } … Continue reading
Posted in Uncategorized
Leave a comment
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