Okunade's Posts
Nairaland Forum › Okunade's Profile › Okunade's Posts
1 2 (of 2 pages)
very easy to start but you will need to download some packages from sun website given above after you must have installed the JDK. Go to www.java.sun.com/downloads then download J2DB base on your platform, |
LESSON ONE, Java is a programming Language developed by Sun Microsystem ltd 1995, [/i]note[i] here we are not going to talk too much, no story After the first section of the course leaners should be able to write simple but functional programming. First requirement is to download the Java jdk 5.0 and above and get it install on our computer, it is free just go to www.java.sun.com If u dont have JDK(Java Development Kits) u wont be able to compile,debug, or run ur program, |
![]() I will teach java program step by step. No programming knowledge is required. Just get JDK 5 or higher installed on your computer. This can be downloaded from www.java.sun.com/downloads |
Jcreator is a best software to write, compile, and run your java program. its interface is friendly. You can download it on www.jcreator.com , it is free and easy to install. Install it on your computer. write to learn how to use it, |
POST YOUR JAVA QUESTIONS HERELearn on how to use JCreator , the best software |
pls send it to me my e-mail is guessy2k2@yahoo.com thanks |
The algorithm is as follows. prompt for the coefficient (a for X**2, b for X , and, c for constant). Find the discriminant D. D = b**2 - 4.*a*c IF D == 0 THEN X has repeated root. root = - b / 2.*a ELSE IF D > 0. THEN X has two distinct roots root_1 = (- b + SQRT (b**2 - 4*a*c)) / 2.*a root_2 = (- b - SQRT (b**2 - 4*a*c)) / 2.*a ELSE X has complex root. root_1 = -b / 2*a + SQRT (D) i / 2*a root_2 = -b / 2*a - SQRT (D) i / 2*a ![]() |
HI, CHECK THIS OUT. PLEASE CONFIGURATE YOUR PHONE BY GO TO WAP SERVICE SETTING.... SET AS FOLLOW........................ Operator Name.... Glogwap Home URL............ http://wap.gloworld.com/ IP Address............ 010.100.098.022 IP Port................... 9201 or (Unsecure) APN........................ glogwap Login ID................. wap Password............... wap Bearer.................... GPRS only Session mode (Linger)....Permanent Connection security.... OFF (UNSECURE) Authentication type ... Normal Login type...... Automatic. Enjoy yourself with Glo mobile internet service. bye. |
Please I need someone to tell me the reason why my phone can not connect to internet. cos I always log on internet but my phone will show - Error:network unavailable. please tell me the problem after configurate my phone on Glomobile internet with GPRS,It will not connect. |
1 2 (of 2 pages)
