At February 28, 2010 I went to book store. I bought some books about computer and programming. Two of them are :
1. Computer Science:an Overview 7th Edition from J. Glenn Brookshear.
This book translated from English to Indonesian. Although this book only an overview, i can learn basic about software engineering, programming language, algoritma, computational theory, and so on as i want.
2. Mastering Java.
This book in Indonesian. I usually programming
In Liberty BASIC, and maybe in other BASIC language, time$() command will output current time of the system clock in 24 hour format.
In order to produces output in 12 hour format, we must do manipulating character. We have many ways to do these. I only submit only three.Code:print time$() 'time now as string "23:59:46"
#1. IF THEN
If hours smaller than or equal with 12, we set to AM time. Otherwise, we subtract hours with 12 and set to