₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,277 members, 8,449,539 topics. Date: Tuesday, 21 July 2026 at 11:55 PM

Toggle theme

Jacob05's Posts

Nairaland ForumJacob05's ProfileJacob05's Posts

1 2 3 4 5 6 7 8 ... 26 27 28 29 30 31 32 33 34 (of 37 pages)

ProgrammingRe: Helepimi Solve This Problem by jacob05(m): 4:47pm On Mar 27, 2009
But you said in you question to write a program based on the algorithm .
ProgrammingRe: Helepimi Solve This Problem by jacob05(m): 4:44pm On Mar 27, 2009
But you said in you question to write a program based on the algorithm .
ProgrammingRe: Post Ur Vb.net Questions Here by jacob05(m): 3:03pm On Mar 27, 2009
@luckyOC
Any book or books you would recommed for beginner or intermediate in visual basic.
ProgrammingRe: Helepimi Solve This Problem by jacob05(m): 2:41pm On Mar 27, 2009
Interesting , what language ??
ProgrammingRe: Helepimi Solve This Problem by jacob05(m): 2:40pm On Mar 27, 2009
Interesting , what language ??
ProgrammingRe: Python Programming by jacob05(op): 9:43am On Mar 27, 2009
grin cool
Art, Graphics & VideoRe: 3d Challenge I - Hard Surface Modelling by jacob05(m): 12:14pm On Mar 25, 2009
Nice one guys i never knew there are good 3d artists in Nairaland {am alway in programming section} .you guys made me re-install my 3ds max 9 and i try if i can get something doing. Any books or online tutorial you can recommend for me on 3ds max 9 and where can i download vray {32 bit}. Nice thread
ProgrammingRe: Python Programming by jacob05(op): 1:53pm On Mar 23, 2009
Yes sir !!
ProgrammingRe: Python Programming by jacob05(op): 1:37pm On Mar 23, 2009
Nairaland programming section is getting boring embarassed
ProgrammingRe: Python Programming by jacob05(op): 10:20am On Mar 14, 2009
Whatz the error message ? huh
Jokes EtcRe: Interesting Facts! by jacob05(m): 10:04pm On Mar 13, 2009
very Funny,Do you no i tried to lick my elbow before i finish reading it.So funny
ProgrammingRe: How Do I Disable The Cancel Button On The Top Corner Of Forms In C#? by jacob05(m): 12:36pm On Mar 13, 2009
Seems you are desperate to get answers, how i which i could help you .what i would advice you is to [color=yellow]Go Back to your Books[/color] i think you don't have an in-dept knowledge about the language.
ProgrammingRe: How Do I Disable The Cancel Button On The Top Corner Of Forms In C#? by jacob05(m): 12:29pm On Mar 13, 2009
Seems you are desperate to get answers, how i which i could help you .what i would advice you is to [color=yellow]Go Back to your Books[/color] i think you don't have an in-dept knowledge about the language.
ProgrammingRe: Python Programming by jacob05(op): 11:17am On Mar 13, 2009
Hmm, Once again as it was said in the previous pages PYTHON IS NOT JAVA.
There would be no need of printing the prompt separately and getting the value when you can do both at a time.
MY version

# Favorite stuff
favoriteColor = raw_input("Tell me what your favorite color is: "wink
favoriteAnimal = raw_input("Tell me what your favorite animal is: "wink
favoriteFood = raw_input("Tell me what your favorite food is: "wink
# display our favorite stuff
print 'You entered: ',favoriteFood,favoriteAnimal,favoriteColor
# print 'Here is a list of your favorite things.'
print 'Color: ',favoriteColor
print 'Animal: ',favoriteAnimal
print 'Food: ',favoriteFood
ProgrammingRe: Learn Java Programming Here Easily by jacob05(m): 10:50am On Mar 12, 2009
Infant questions grin tongue waiting for the Real Questions
ProgrammingRe: I Need A Helping Hand Here Please by jacob05(m): 4:47pm On Mar 11, 2009
If you would like to learn Python , i have about 30 books {full} to give. You can create a thread PYTHON PROGRAMMING TUTORIALS FOR BEGINNERS.
ProgrammingRe: Study Group For C++ Learner by jacob05(m): 3:28pm On Mar 11, 2009
"YES". Willing to join the team , am also a beginner.
Jokes EtcRe: Good And Bad by jacob05(m): 1:40pm On Mar 10, 2009
@topic
well said {lol}
Jokes EtcRe: Yab Me I Yab U by jacob05(m): 1:22pm On Mar 10, 2009
Thread locked
Reason: Lacks innovation {lol}
Jokes EtcRe: Ain't It Funny? by jacob05(m): 1:12pm On Mar 10, 2009
Makes no sense
Jokes EtcRe: Tumfulu, Is That You? by jacob05(m): 1:08pm On Mar 10, 2009
The first time i noticed tumfulu was when i got a link to a thread where tumfulu was being abused by one nlander ,one of the funnies threads i have ever seen .but i lost the url to the thread
ProgrammingRe: Principles Of Great Coding by jacob05(m): 11:00pm On Mar 09, 2009
CodeBlocks The Best
ProgrammingRe: Python Programming by jacob05(op): 7:43pm On Mar 09, 2009
@worldbest
Thanks alot .waiting for more contributions from you.
ProgrammingRe: Learn Java Programming Here Easily by jacob05(m): 7:43pm On Mar 08, 2009
okunade:
LESSON 3

Myfirst Java Program,
Open the text editor in your IDE. Write the following code,
========================================================
public class myFirstProg {
public static void main(String args[]) {
system.out.println("Welcome to Java World!, \nThis is my first program);
}
}
=========================================================
We are using JCreator software(if u dont have one already, download it at www.jcreator.com) to run this program, save your text as myFirstProg.java
press F5,
wait for response, that's all.
----------------------------------------------------
Explanation of the program:
line 1: public class myFirstProg {
this is class definition. the first thing in Java program is to define your class and the name of your class must be the same as the name of your program(Here the class name is myFirstProg which must be the same as the name of your text file)
Also our class is define as public(you will know this later on)
A right curly { bracket is used to open the program,
To be Continued,
Shouldn't it be public static void main(String[] args)
ProgrammingRe: Learn Java Programming Here Easily by jacob05(m): 5:52pm On Mar 05, 2009
@okunade
Pls i need the ide {full version}.
ProgrammingRe: Learn Java Programming Here Easily by jacob05(m): 3:22pm On Mar 05, 2009
@azpunpin
This IDE is not free , where do you get your's do you pay for it ,because i need one.
ProgrammingRe: Python Programming by jacob05(op): 2:29pm On Mar 05, 2009
@worldbest
nice to hear from you. I think i have also come across a web crawler while reading the book "Core python programming "
ProgrammingRe: Python Programming by jacob05(op): 2:28pm On Mar 05, 2009
@worldbest
nice to hear from you. I think i have also come across a web crawler while reading the book "Core python programming "
ProgrammingRe: Python Programming by jacob05(op): 4:52pm On Mar 04, 2009
WONDERING WHEN SOMEONE WOULD START A PYTHON TUTORIAL .
ProgrammingRe: An Algorithm To Answer Prayers by jacob05(m): 5:05pm On Mar 03, 2009
Your question is self explanatory but am not so good in writing algorithms , hope to learn from u. And about the program ,let see want i can do about it. grin
ProgrammingRe: An Algorithm To Answer Prayers by jacob05(m): 5:05pm On Mar 03, 2009
Your question is self explanatory but am not so good in writing algorithms , hope to learn from u. And about the program ,let see want i can do about it. grin
ProgrammingRe: Python Programming by jacob05(op): 10:31am On Mar 03, 2009
huh
irc:
print "hello world"

1 2 3 4 5 6 7 8 ... 26 27 28 29 30 31 32 33 34 (of 37 pages)