775 Posted Topics

Member Avatar for Angel78

how about printing those first two numbers before entering the loop since they're static output for all fibonacci cases

Member Avatar for Angel78
0
150
Member Avatar for paigewms

you forgot to post the error messages So with just this code here's my comments line 50: *If this is an issue*, I don't see a sqrt() method perhaps you want to use the Math.sqrt() method or is there one defined in the GeometricObject class? Next (which is probably the …

Member Avatar for tux4life
0
818
Member Avatar for lewashby
Member Avatar for durrta

your missing the starting curly brace of the main function >also will this program work correctly??? it "should" work but it doesn't match your requirements at your loop you didn't prompt the user for input again

Member Avatar for zeroliken
0
125
Member Avatar for helloworld1234

line 47 : at your function call your not using the array as your first parameter

Member Avatar for zeroliken
0
232
Member Avatar for swiss21

other than removing the unsupported conio.h from the code I was able to run the code completely without stopping at accepting input for friday... mayhaps you want to remove those unnecessary curly braces

Member Avatar for zeroliken
0
159
Member Avatar for saraaw
Member Avatar for samii1017

>When printed, the weight is only the number calculated and not the weight minus the weight burned. are you talking about variable weightLostEasyWO... i'm confused if so the variable weightLostEasyWO scope only exists on that function, either make it a global variable or declare it at main and pass it …

Member Avatar for Moschops
0
159
Member Avatar for <M/>

>(i am looking to a Java editor, if you guys know of one, tell me) popular IDE's would be: * [Netbeans](http://netbeans.org/) (I most often use this since it's helped me in a lot of projects, used it in a long time to learn how to use it efficiently and I …

Member Avatar for sneekula
0
210
Member Avatar for webdeveloper986

find a good web host, there are free ones you can use or commercial ones that costs per month (depends on your needs) then just upload your site to your Host

Member Avatar for stormal1
0
130
Member Avatar for loidz123

I see that you'll follow using Vmware as an alternative so just to give a possible answer for the first question, as a reference here's a link for a Windows installer for ubuntu called Wubi [http://www.ubuntu.com/download/desktop/windows-installer](http://www.ubuntu.com/download/desktop/windows-installer) and [https://wiki.ubuntu.com/WubiGuide](https://wiki.ubuntu.com/WubiGuide) for a config/installation guide

Member Avatar for zeroliken
0
277
Member Avatar for jake.lawton.12

It's been a lot of hours since you initally posted this and there hadn't been a reply pertaining to a possible solution to your problem so I guess it's time to say that you should try the minecraft forums, this should get a lot more attention there

Member Avatar for JOSheaIV
1
525
Member Avatar for diode2012
Member Avatar for diode2012
0
145
Member Avatar for LastMitch

The list probably contains the recent active members or members with high amount of posts/ reputation/solved threads from the forum your most active with

Member Avatar for LastMitch
2
598
Member Avatar for joe.crook.9

>but when I run it the calculations aren't even performed yes they are performed but you can't see the results since you don't print the variable you saved the value to after the calculation. also remember that when you return a value from the method it returns the control to …

Member Avatar for subramanya.vl
0
478
Member Avatar for Dani

>Are you trying to get answers to your own questions? Yes, most of the times I wonder if what I had in mind would be the best solution or answer for mine and other's problems >What value do you get from helping people? I learn along the way as I …

Member Avatar for john.knapp
0
271
Member Avatar for marius2010

I'm a bit confused on what you want, do you want to output a list of prime numbers whose range is upto the input or check if the input is a prime number or something else entirely?

Member Avatar for Lucaci Andrew
0
191
Member Avatar for forjustincase

I'm assuming you're using the latest Version of Netbeans and you'd have used one the Swing GUI forms for the current file for your project Other than the Source Code being next to the Design tab where you could simple Drag and Drop any Swing Components you could add and …

Member Avatar for JamesCherrill
0
973
Member Avatar for joedavis23

The code you posted is different than the program details from your first post, care to explain?

Member Avatar for zeroliken
0
1K
Member Avatar for london-G

the first one checks for order if it's greater than, less than or equal to the object it is being compared with and returns a specified value given the result the equals method checks for the equivalence of the objects with their values the == works similarly as the equals …

Member Avatar for zeroliken
0
116
Member Avatar for hwoarang69

use Double Buffering, here's a tutorial [http://www.javacooperation.gmxhome.de/BildschirmflackernEng.html](http://www.javacooperation.gmxhome.de/BildschirmflackernEng.html)

Member Avatar for zeroliken
0
146
Member Avatar for zakiraimanaz

>so,if i add listener,then the SAVE button will be ok? by okay, it means that when you'd add a listener you will execute whatever code you've written for the button's function whenever the button is pressed Check the API and Java tutorials, it'll save you a lot of time

Member Avatar for zakiraimanaz
0
731
Member Avatar for hwoarang69

you haven't started the thread, add this on your start method Thread th = new Thread (this); th.start();

Member Avatar for zeroliken
0
164
Member Avatar for smellysocks

Could you tell us the problems, any error messages or runtime problem details plus thats not an Applet thats a Swing

Member Avatar for zeroliken
0
1K
Member Avatar for zeroliken

I bet all Computer Science related courses would learn low level or machine level languanges in due time and in our university we used the portable 80x86 assembler NASM for our Assembly code So here's my experimentation on how to use "functions" and recursion using a Fibonacci Solver as a …

0
1K
Member Avatar for needhelpalways
Member Avatar for Nutster
0
295
Member Avatar for happygeek

I didn't know that me and most of the people I know are nomophobic till I read this

Member Avatar for TonyG_cyprus
2
454
Member Avatar for RonKevin

>still, having problems...phew Can't help you with just that, would ya mind posting more details

Member Avatar for Lucaci Andrew
0
145
Member Avatar for Stpdoug

add a space before %c to catch the enter key pressed scanf(" %c",&c);

Member Avatar for Stpdoug
0
189
Member Avatar for gandalf22

you can see why it doesn't work if you print out the values of the variables before the conditions then you can make the right adjustments

Member Avatar for zeroliken
0
174

The End.