- Strength to Increase Rep
- +11
- Strength to Decrease Rep
- -2
- Upvotes Received
- 170
- Posts with Upvotes
- 156
- Upvoting Members
- 92
- Downvotes Received
- 16
- Posts with Downvotes
- 14
- Downvoting Members
- 14
I'm currently a student that studied C, Java, C++, HTML/CSS, COBOL, Assembly, python, php, javascript, Scheme, Phrogram, Yacc/Bison, LaTex and Erlang
- Interests
- Track and field sports, Reading manga and visual novels, Watching Anime, Programming
- PC Specs
- Acer Aspire 4750Z, Intel Core B940 processor, Intel HD Graphics, 2 GB Memory, 640 GB HDD, Windows 7,…
775 Posted Topics
Re: “Don't be afraid to make a mistake. But make sure you don't make the same mistake twice.” -Akio Morita | |
Re: >I'm missing the middle part " " print quotation marks before and after the loop/process that does the operation | |
Re: The program sounds fun so I did it myself..used a whole mess of if else statements inside an inner loop...though the program might be simplified if you use a recursive function but I'm not sure how to do this yet | |
Re: So.... is there a specific error you want to tell? are you asking us for suggestions or instructions? Are you unsure of what to do next? or maybe the code doesn't give the correct output? | |
Re: Your not making use of the PersonalInformation class To get you started create 3 new instances of this class I suggest read this [URL="http://docs.oracle.com/javase/tutorial/java/javaOO/constructors.html"]http://docs.oracle.com/javase/tutorial/java/javaOO/constructors.html[/URL] and the rest of the docs [URL="http://docs.oracle.com/javase/tutorial/java/javaOO/index.html"]http://docs.oracle.com/javase/tutorial/java/javaOO/index.html[/URL] | |
Re: Well after a few test runs with Windows 8,I felt like I miss XP's simplicity. | |
Re: If you don't have a textbook there's always Google Search Here's a few search results [URL="http://www.cprogramming.com/tutorial/cfileio.html"]C File I/O Tutorial[/URL] [URL="http://www.mycplus.com/tutorials/c-programming-tutorials/file-handling/"]File Handling in C[/URL] | |
Re: > Wrong, at least, not right now. Editing of posts does not work (no button appears for it, unless it's now somewhere else that I can't find), and it's not a time matter, in one of my last posts I tried to edit less than a minute after, and there … ![]() | |
Re: what your question about the problem. It seems pretty straight forward to me use a condition that checks if the square of the current age is equal to the current year until the age of 123 using a loop | |
Re: it's gonna be hard to tell which part of the code shows where the multiplication has gone awry could you post the current output and then post what it should look like | |
| |
Re: A combination of my favorite number and random words that popped on my mind | |
Re: [QUOTE=hiddepolen;1741132]Why is everybody helping a person who can't even ask a normal question?[/QUOTE] There can various reason one can think of but I think its [I]Just because[/I] :) | |
Re: you should have used your previous thread instead of creating a new one | |
Re: lots of code snippets can be found on the net to check if a given input is prime, here's a few from a quick search http://holmezideas.com/programming/optimization-techniques/fastest-algorithm-to-check-if-a-given-number-is-prime/ http://www.programmingsimplified.com/c/source-code/c-program-for-prime-number | |
Re: include stdlib header for this then try system("clear"); for clearing the console screen for gcc compilers just a note, In Dev C++ I think it's system("CLS") | |
Re: > i just need one like if a is greater than or equal to 70 it will stop .. if you mean the condition at line 40 then it's because if *any* of the condition remains true then it will continue to loop (if *any* of the variables is less … | |
Re: Not too surprised for Apple to make this move. This is just another petty attempt to monopolize the market on mobile devices and this is another example on how low they can get. I'm more surprised the court actually sided with Apple with this one than the whole issue of … | |
Re: [QUOTE]I have added an ActionListener but i want each button to have there own Action.[/QUOTE] make a conditional for every array index to execute a specific action [QUOTE]Also what i wanted is to hide the contents in the button.[/QUOTE] what contents would you want to hide? | |
| |
Re: Did you check the security tab in the properties of the folder to see if you have full control over it or the account your using has a permission to it | |
Re: are you familiar with using a runnable interface so you can continuously repaint the object? on a side note... it might be my laziness talking but if it were me I'd just use several images of pacman pertaining to a direction instead of writing code to draw the shapes. Then … | |
Re: >Is this the best way to do it? that would depend on several factors like resources, target audience, proposed project details, time allowance, etc. For resources you'd need to have a platform where you can create the game like Flash CS series or macromedia which doesn't come cheap. For a … | |
Re: Here's a few sites that might help [URL="http://www.wikihow.com/Run-a-.Jar-Java-File"]http://www.wikihow.com/Run-a-.Jar-Java-File[/URL] [URL="http://stackoverflow.com/questions/394616/running-jar-file-in-windows"]http://stackoverflow.com/questions/394616/running-jar-file-in-windows[/URL] | |
Re: [QUOTE]If you look at the spam problem from a continental perspective, however, things do improve somewhat for the USA as North America drops to third place behind Asia and Europe. Indeed, North America and Europe together only contribute 35.6 percent of the world's spam content whereas Asia can be thoroughly … ![]() | |
Re: *judging from recent posts your array expects an integer and searchName is a String | |
Re: >I'm trying to figure out how to get it that if one of them or all of them or a few of them are equal to 0, how can I get it to not print them on the order form try using different combinations for the variable's conditions so you … ![]() | |
| |
Re: hint: use simple if else or case conditions for the method *or* use regEx if you want to deviate from the norm a bit :) | |
Re: how about printing those first two numbers before entering the loop since they're static output for all fibonacci cases | |
Re: 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 … | |
Re: 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 | |
Re: line 47 : at your function call your not using the array as your first parameter | |
Re: 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 | |
Re: >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 … | |
Re: >(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 … | |
Re: 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 | |
Re: 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 | |
Re: 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 | |
Re: Do you have the latest version of flash installed and running as an add-on on IE9? | |
![]() | Re: 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 ![]() |
Re: >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 … | |
Re: >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 … | |
Re: 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? | |
Re: 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 … | |
Re: The code you posted is different than the program details from your first post, care to explain? | |
Re: 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 … |
The End.