₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,125 members, 8,420,478 topics. Date: Thursday, 04 June 2026 at 09:16 PM

Toggle theme

Sunnico's Posts

Nairaland ForumSunnico's ProfileSunnico's Posts

1 2 3 4 5 6 (of 6 pages)

RomanceRe: I'm So Heart Broken Right Now by sunnico(m): 8:43pm On Dec 09, 2015
IamLucy:
lie against me*
grin grin
She actually did'nt lie against him, but laid on him, I guess he is only complaining cos it was on a Monday morning..
RomanceRe: Why by sunnico(m): 12:47am On Nov 29, 2015
Op bt why.. undecided undecided
EducationRe: Physics, Chemistry And Biology Textbooks Are Full Of Curses by sunnico(m): 12:38am On Nov 29, 2015
rffalbum:
I want you NL to please check yours or the same textbooks or your ward if the same is applicable.
Why would a publisher do this? angry
Op sorry to ask did u fail any of these subjects.. undecided undecided
RomanceRe: How Do I Return My Landlady's Pant?? by sunnico(m): 11:40pm On Nov 28, 2015
u hv done it again...!! gringrin
RomanceRe: How Do I Return My Landlady's Pant?? by sunnico(m): 11:37pm On Nov 28, 2015
Stupidity but why...huh undecided undecided
Dating And Meet-up ZoneRe: Pls Help Me!! by sunnico(m): 12:16pm On Nov 26, 2015
Op its okay dont mind all d yabs u're getting, its part of the put through u asked for
anyways welcome to Nairaland...
Dating And Meet-up ZoneRe: Pls Help Me!! by sunnico(m): 11:04am On Nov 26, 2015
Op bt why??
ProgrammingRe: Fizzbuzz Problem Using "Switch" Statement Construct by sunnico(m):
Metalzoa:
Isn't that cheating?

You're doing the work with an if / else struct then outputting the result via a switch.
Cheating!!! no its tweaking
well looking at d use of switch, normally ur program case would involve u including all possible consequences, meaning u wud be having more than 3 cases to define an output for. That way u wud be so righteous to write many case statement for ur program.
Thé problem is thé case statement requires à constant integer, so for ur program(in c++) its either u include all cases i.e when i=3,i=5,i=6,i=9,i=10, i=15,....which i tink is dumb
or u stick to ur if.. else if..
ProgrammingRe: Help! Double Data Type In Java Is Rounding Off My Result To .00 by sunnico(m): 9:33pm On Nov 25, 2015
epospiky:
yeah i defined them as integers kind of. I couldn't get string value directly from the textfield so i converted them from string to integer using Integer.parseInteger().
This is how i actually declared the result to be
public double setResult {
(return
(data1*2)+(data2*3)+(data3*3)+(dat4*2)+(data5**3))/19}
Okay, just use The cast operator as i said earlier dat should do it...

public double setResult {

return double((data1*2)+(data2*3)+(data3*3)+(dat4*2)+(data5*2))/19;}
ProgrammingRe: Can I Learn Medicine And Practice Coding At Same Time by sunnico(m): 2:08pm On Nov 25, 2015
yungcheda:
Hello,

Can a student of Medicine learn programming at the side

I love the idea behind programming but I am got admitted to study Medicine as a course. I only wish to know if I can combine Medicine study and practicing coding at same time?? Can I be an intermediate programmer in my 6(six)years of studying medicine?? I intend studying and practicing coding everyday for 5-6yrs but giving greater attention to my medical course as that was what I got admission for...I just want to know if it is possible. If 6 yrs is too small or too much...I have dreams of creating some good apps that will be used in the medical and health niche and I cant accomplish it without knowing programming...

Your intelligent replies will be greatly appreciated
My goodness thats one good thing you could ever do
learning both and then integrating programming to optimize your medical praction
But i think the question should be on How..huh
ProgrammingRe: Help! Double Data Type In Java Is Rounding Off My Result To .00 by sunnico(m): 1:57pm On Nov 25, 2015
i think the issue is with ur data1,data2..., did u define them as an integer type,
if yes u can either change thier data type to double or use a cast operator i.e
double setResult = double((data1*2)+(data2*3)+(data3*3)+(dat4*2)+(data5*2))/19;


*note public is used to reference variables outside the class not inside it, from the little i know
ProgrammingRe: Fizzbuzz Problem Using "Switch" Statement Construct by sunnico(m): 1:41pm On Nov 25, 2015
The way I see this program you have only 3 cases,
1. when modulus 3 gives 0
2. when modulus 5 gives 0
3. and when modulus 15 gives 0

so this cases are what u should switch

here is what i did

#include <iostream>
using namespace std;
int main(){
int cases=0;
for (int i = 1; i <= 100; i++)
{
//setting my cases
if(i%15==0)
{cases=3; }
else if(i%5==0)
{cases=2;}
else if(i%3==0)
{cases=1 ; }
//for those not meeting ur selection//
else{cases=0;}

switch (cases)
{
case 0:
cout <<i<<endl;
break;

case 1:
cout <<i<< "Fizz"<<endl;
break;

case 2:
cout <<i<< "Buzz" <<endl ;
break;

case 3:
cout <<i<< "FizzBuzz"<<endl;
break;

default:
cout << "how did i get here" << endl;
break;
}
}




return 0;
}
ProgrammingRe: Help! Double Data Type In Java Is Rounding Off My Result To .00 by sunnico(m): 12:14pm On Nov 25, 2015
epospiky:
I tried writing a simple program which can calculate a couple of numbers entered. The result works fine only that that data type (double) which i declared the result to be in gives me a .00 value instead of maybe a .45 value or .86 value. It automatically rounds off the value which is kinda annoying. Anyone in the house who has an idea on this should help me out please.
Can u post your code also
FamilyRe: My Dad Wishes Me Death, Please Help by sunnico(m): 2:26pm On Nov 24, 2015
hello Bro,
I know you would think you are going through a lot of suffering right now, with all the way you are being treated by your father, but the truth is that in this life everybody has a cross to bear, for some people that cross might be their siblings,friend,wife, but yours is just a powerful one because either u are right or wrong your parents words(curses or blessings) would always have an impact in your life.

But the truth about life is that if u should hear another persons cause of tribulation u would get to know yours is even better.
My advice for you is
Do not leave the house cos it would never solve the problem, u would just be postponing it to some other time.
Never ever try or even for a second think of fighting with your parents
Actually check yourself and see if truly u are not wanting in any part.
Lastly find a moment to go to your father with humbleness tell him to forgive you for everything or anyway u might have wronged him.
I believe your father being a military man might be one reason why he is strict, but if truly he is human this should change his feeling towards you..
ProgrammingRe: Java Tutorial For Beginners by sunnico(m): 10:21am On Nov 06, 2015
seeing ur code am assuming ur smiley means a closing bracket, if not dats an error, bt dat aside.....
i would like to ask what ur program is aimed at doing...is it just printing only Strings or with variables..??
RomanceRe: PICTURE Of My Blonde Chick. Choi! See Pusssy!! by sunnico(m): 4:25pm On Nov 03, 2015
Op me just came to see comments walai...... cheesy cheesy cheesy cheesy
Nairaland GeneralRe: Try This!! by sunnico(m): 1:43am On Nov 01, 2015
Hello Elantracy..!!! wink
RomanceRe: There Are 6 Major Types Of Slaps, by sunnico(m): 11:30am On Jun 17, 2015
DeHero1:
What about the one that will make u see million stars per second?

What name do u have for it?
inspirational slap
EducationRe: 2015/2016 Unilag Postgraduate(masters, PGD & Phd) Application Form Now On Sale! by sunnico(m): 10:10am On Jun 17, 2015
Please is someone from hnd computer engineering, who has done his NYSC eligible for unilag electrical/electronics eng. pgdhuh?
pls dnt mind my typo....typing on a blank screen
EducationRe: Photo: What Would You Do If You Discover This In Your Maths Final Exam? by sunnico(m): 6:24pm On May 23, 2015
Op the question should have been what would you do realizing this after submitting your exam sheethuh?
EducationRe: University Of Ilorin 2014/2015 Admission Thread (undergraduates) by sunnico(m): 9:19am On Apr 07, 2015
Enasdan:
gratitude 4 sharing ur knowledge on ths issue, bt frm ur experience does tht means HND holders seeking admission thro DE into 300level will also seat for post JAMB/UTME?
Yes!!!
Tech JobsRe: A Student Looking For A Small Job by sunnico(m): 8:39am On Apr 02, 2015
ezehy:
i just mailed u now
okay
Tech JobsRe: A Student Looking For A Small Job by sunnico(m): 5:04pm On Apr 01, 2015
ezehy:
i need people
to give me web projects to implement
and then pay me in return
dats Okay, u can inbox me ur skills and areas of specialization, actually right now I have a web project i want to implement, may be we could start with that..
expecting your message: owolabi.sunday@yahoo.com
Tech JobsRe: A Student Looking For A Small Job by sunnico(m): 9:21am On Apr 01, 2015
Hello Ezeh, by needing a small Job do you mean you need a place where you could work as an intern or rather need people to give you web projects to implement and then pay you in return??
Science/TechnologyRe: The Making Of A 3D House Printer In Nigeria. by sunnico(m): 3:23pm On Mar 26, 2015
Nice work man, But I was thinking it would be nice to get a diagramatic illustration..
PoliticsRe: Seun Please Add Dislike Button by sunnico(m): 3:13pm On Mar 26, 2015
pacodas:
I see many post here daily that I feel like disliking, I wish a dislike button is here. Please seun consider it.
I dont think that would be fair enough,if u like a post simply like it else ignore it... smiley
nice smiley u gt der@dp
TravelRe: Ascon Filling Station Lekki Phase 1 On Fire ( Pls Call Fire Service) Phote by sunnico(m): 3:09pm On Mar 26, 2015
Chai see fuel that some people are queueing to Buy, all wasted, I hope no lifes were lost sha.. sad
CareerWhen Should One Actually Launch A Start Up by sunnico(op): 2:59pm On Mar 26, 2015
How does any entrepreneur know the time is right to start a company? The answer is different for every individual. But when I asked a Software Company CEO that lived in my neighbourhood some weeks ago -- He said one should invest 3-5 years of experience before starting a company. It may be possible to get that experience by the time you're 25 thats if you have actually been planning on your carrier early enough, definately thats what we see with the likes of Bill gates, Mark Zuckerberg..and who knows U.
if you've spent the previous 5 years developing a specific product -- sandals that you've designed -- or a key skill -- programming applications on a smartphone, or a strategy--marketing for instance.
Otherwise, a young graduate or undergraduate should first identify a field that interests him or her, then work or take intern in its leading company before launching a new venture.

The reasons for his suggested strategy as he said were simple.
First, experience will help young would-be entrepreneurs develop their skills and find out what they are really good at, compared to rivals.

Second, it will help them develop a network of potential suppliers, employees, investors and customers.

Finally, it will let them see market opportunities that their employer is not tapping into, opportunities on which they might eventually base a new venture.

I know Entrepreneur has a lot to do with risk taking, but if u must take a risk it should be a planned one where there's a higher probability of scaling through, and You know what that involves Planning Big Time..
Now the Question is when do you think is the right time to launch your start up??
ProgrammingRe: Be The Next Succesfull Technopreneur by sunnico(op): 2:19pm On Mar 26, 2015
Kennyinusa:
I write Java and primarily develops for the Android platform.

One of the Key problems that i have had with completing project is bad architecture, if the architecture is bad i really have issues completing the project because in m head it's just doesn't look or seems finished. So having a solid architectural design of the solution is key for any project i intend working on.
Wow dats cool am also a java programmer but I also do web development,very soon I would be working on android development when am ready to create an android version of my ongoing project.
And about the architectural design, I dont think you are the only one that feels that way, to me it always like something is missing, But the truth is we shouldn't expect the best or complete functionality from the project/Application at the first instance, more bugs and correction can be done to it later after deployment in form of an upgrade. Also you could try doing a review on it with ur friends or co-programmer..
ProgrammingRe: Be The Next Succesfull Technopreneur by sunnico(op): 11:40am On Mar 26, 2015
Thanks Guys for ur contribution,

fine I get where abdulhakeem talked about the risk in sharing ones idea and just like Kennyinusa said sharing ur idea is not really the danger but exposing the technique in which u achieve this is what should be cautioned.

But do u guys also believe that one doesn't really have to be a geek to be succesfull as a techcnopreneur, infact sometimes the Idea u have is what should actually make u learn the technology or language needed to achieve this, and even sometimes if you believe the idea is something so big u might not be able to complete on time, its better hiring a Pro(certainly someone you trust) to join u in completing it, because there is a probability someone else is thinking the same thing you are planning to do

Now my question is as a programmer what are does things or factors that has always delayed You in completing your project in time??
@Abdulhakeem1 and kennyinusa could u kindly tell me what language u program in??

1 2 3 4 5 6 (of 6 pages)