₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,151 members, 8,420,569 topics. Date: Friday, 05 June 2026 at 02:28 AM

Toggle theme

Exxy's Posts

Nairaland ForumExxy's ProfileExxy's Posts

1 2 3 4 5 6 7 8 9 10 (of 18 pages)

TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 2:25am On Apr 18, 2016
bigfrancis21:
You could also check out emirates. They often have very cheap flights from naija to US. http://fly4.emirates.com
ok boss, thanks
EducationRe: Nneoma Nwankwo Named Virginia Tech's Undergraduate Student Of The Year by exxy(m): 9:00pm On Apr 16, 2016
Fulaman198:
Doing well my brother and yourself? See if there is a way you can contact that beautiful girl. She would make good wife material for you oo. But, I hope she can speak Igbo. Too many of our African ladies abroad and tossing our respective cultures aside.
guy, calm down, there are many Nigerians doing greater things in their school, that you don't even hear of. Y kill ur self over one, in a million.
A girl recently graduated with a 4.0 from Harvard, Niaja girl. chill my guy, nothing dey dere.
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 6:19pm On Apr 15, 2016
Mayflowa:
Of course, you can.
Thanks, just want to be sure if it's possible. cause a friend is trynna pay for her parent flight.
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 4:41pm On Apr 15, 2016
QUESTION - can I use a niaja visa card (first bank atm card) to pay for a flight, or I need a master card.
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 4:26pm On Apr 15, 2016
HOW CAN I GET A CHEAP FLIGHT FROM NIJA TO US IN MAY
Car TalkRe: Car Talk Chat Room by exxy(m): 6:34pm On Apr 11, 2016
I am planning to buy a car this August, but i'm still confuse on which brand to buy. Toyota, Nissan or Honda ( which is more fuel efficient and cost less to maintain)
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 5:54pm On Apr 02, 2016
@MsNas



I dey hail oo, long time. i sent u a pm
ProgrammingRe: I Want To Learn Programming. Which Language Should I Start With? by exxy(m): 8:26pm On Mar 31, 2016
what is c++ used for, as Html is for web and python for app development
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 8:00pm On Mar 31, 2016
Who"s a computer science Major here, as many of us here, let's Know each other.
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 2:31am On Mar 17, 2016
warriboy21:
i jus try dem now but cudnt proceed.

which of d ping express u talking bout.?,,i think d site is not of quality...so i couldnt trust them wit my card details.

their transaction summary looks like a scam. dunno if d site is under maintenance or no nyways
I have been using that site for a while. it works instantly. both parties gets alert
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 10:59am On Mar 16, 2016
exxy:
is any body sending money from US to naija?
If you want to send money from the US to Niaja use
ping-express.com / register with ur international passport or you state or Drivers ID.
after u register, send a picture of ur ID to their email. i think their rate currently is 265 but will be 285 to $1 nest week.
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 3:56am On Mar 12, 2016
Walspring:
Its dollar and it will be converted to naira but exchange rate i am not sure but you will get it as CBN exchange rate.
is any body sending money from US to naija?
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 7:47pm On Feb 19, 2016
biikeys:
Lucky you. Sometimes, people are not that lucky with nipost.
Those ppl are very slow in terms of delivering.
ProgrammingRe: I Want To Learn Programming. Which Language Should I Start With? by exxy(m): 7:10pm On Feb 18, 2016
sinequanon:
It doesn't make sense. Somebody is mixing up the words "digit" and "integer".

Also, "numbers created" doesn't make any sense. Do they mean, "how many numbers had to be tested?"

Not all methods will involve directly testing numbers.

It is a very badly formulated question (not the first I have noticed in assignments posted on this forum).
I"ld check it out again, cause i wrote it down in a hurry. may be it's my fault, i'ld check it out later today.
ProgrammingRe: I Want To Learn Programming. Which Language Should I Start With? by exxy(m): 6:25pm On Feb 18, 2016
Guys Check this challenge out

Program Specification

All the integers beginning with 1 are written down in succession. what digit is in the Xth place;
Write a program that allows me to input a position and it outputs what digit is in that place of the succession. Also the program should output how many numbers had to be created in order to get the position.

Note: Xth position will not be longer than 2000

This program is a school challenge, How do I go about the syntax ?
ProgrammingRe: Try This Math Problem by exxy(m): 6:23am On Feb 12, 2016
Math Tutor

Purpose
This assignment is designed to help students in using C++ to perform basic calculations. Students will also gain experience with generating randon numbers.

Problem Statement
Write a program that can be used as a math tutor for a young student. The program should display two random numbers between 1 and 9 to be added, subtracted, multimplied, and divided, such as 3 * 9 =
Help me with this math problem using C++




After the student has entered an answer and pressed the [Enter] key, the program should display the correct answer so the student can see if his or her answer is correct.

Sample Output
3 + 9 = 12
That's Correct
3 - 9 = 6
Sorry, That's not correct, the correct answer is -6
3 X 9 = 27
That's Correct
3 / 9 = 0.333
Sorry, That's not correct, the correct answer is 0
ProgrammingRe: I Want To Learn Programming. Which Language Should I Start With? by exxy(m): 12:27am On Feb 12, 2016
Math Tutor

Purpose
This assignment is designed to help students in using C++ to perform basic calculations. Students will also gain experience with generating randon numbers.

Problem Statement
Write a program that can be used as a math tutor for a young student. The program should display two random numbers between 1 and 9 to be added, subtracted, multimplied, and divided, such as 3 * 9 =

After the student has entered an answer and pressed the [Enter] key, the program should display the correct answer so the student can see if his or her answer is correct.

Sample Output
3 + 9 = 12
That's Correct
3 - 9 = 6
Sorry, That's not correct, the correct answer is -6
3 X 9 = 27
That's Correct
3 / 9 = 0.333
Sorry, That's not correct, the correct answer is 0.

My Ogas I need some ideas on how to write the syntax
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 7:26pm On Feb 08, 2016
biikeys:
Yeah
Bro pm me the name
ProgrammingRe: I Want To Learn Programming. Which Language Should I Start With? by exxy(m): 8:03am On Feb 07, 2016
shootingstar:
Try codeacademy as well https://www.codecademy.com/ . It will walk you through the basics using their online platform and if you pay for the premium subscription you get access to projects and help from advisors.

and if you are really serious about a career and also funding you can subscribe to Udacity's nanodegree program with affiliates with Google. It's 200 bucks a month not sure of the naira equivalent though.

I have used both platforms my self.

For starters, I will suggest starting with Python - though you will need to have the Python interpreter installed if you are using windows PC - Personally I think programmers should be using a MacOS or Linux ( Just my personal preference though).

Java is also a good starting point as it has a broad range of frame work use - Javascript, AngularJS, NodeJS in short Web app Dev , Android App Dev even Arduino board for Smart Home Technologies.

Starting with C or C++ can a pose a challenge as you have to worry about garbage collection as well as ridiculously infuriating syntax - missing colons can drive you nuts. Plus C operates at a low level.

Regardless of what you choose they all have similar underlying concepts ranging from functions, classes, conditional statements etc. so if you master one of the language all you will need to know when switching to a different language is just looking up the syntax of carrying out a function in that language.

Rule of Thumb: When you learn a language keep using it else you the skills.
Nice One, like you said code academy is very good and that Udacity is where i intend to take some good courses.
Car TalkRe: Car Talk Chat Room by exxy(m): 3:16am On Feb 06, 2016
imperiouxx:
Honda Accord is good. You can get its generic parts from Autozone if your mechanic doesn't ask for OEM.
ok Boss, but what is OEM?
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 2:20am On Feb 05, 2016
Walspring:
Nah me hail you pass
u wan wash me abi, u na my oga now, nor change am oo!, u too much bro.
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 10:40pm On Feb 04, 2016
Walspring:
Am on a low key..

How you doinghuh
i must greet u !
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 4:49am On Feb 04, 2016
Amefrica:
Great! It is well bro. The hardwork will pay off for us all. See ya at the top brudda! smiley
Amen Boss, tnks broda.
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 4:47am On Feb 04, 2016
Amefrica:
I know what you mean bro. It's all gonna worth it at the end! What year are you in?
2nd year
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 4:42am On Feb 04, 2016
Amefrica:
Tell me about it! grin grin Schooling abroad as people always say is really easy is just super ironical. No week passes by without a prof dropping a quiz or an assignment ugh! undecided cry
yeah, dem wan use programming kill person for here, i had a quiz today, i have another one tomorrow. my eye dey red, i never sleep
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 4:36am On Feb 04, 2016
Amefrica:
How have you been cuz?
i just dey oo, assignment wan commot my neck
TravelRe: General U.s.a (student) Visa Enquiries-part 8 by exxy(m): 4:34am On Feb 04, 2016
Amefrica:
Awon eleyi! Se k'o wa'le?! Oga mi, sir!
baba, i hail sir
Car TalkRe: Car Talk Chat Room by exxy(m): 11:01pm On Feb 02, 2016
Ymodulus:
Not an expert but I believe Toyota. It's economical - Fuel wise, maintenance. Also good resale value.

Nissan is not bad too. But I don't like their cars. Toyota DashBoards too are ugly.

Students= Toyota
ok bro

1 2 3 4 5 6 7 8 9 10 (of 18 pages)