- 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,…
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 :) |