Posts
 
Reputation
Joined
Last Seen
Ranked #343
Strength to Increase Rep
+11
Strength to Decrease Rep
-2
91% Quality Score
Upvotes Received
170
Posts with Upvotes
156
Upvoting Members
92
Downvotes Received
16
Posts with Downvotes
14
Downvoting Members
14
38 Commented Posts
~474.70K People Reached
About Me

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,…
Favorite Tags
java x 458
c x 392
c++ x 202
month x 36
Member Avatar for vegaseat

“Don't be afraid to make a mistake. But make sure you don't make the same mistake twice.” -Akio Morita

Member Avatar for Reverend Jim
15
13K
Member Avatar for bdl365

>I'm missing the middle part " " print quotation marks before and after the loop/process that does the operation

Member Avatar for Muhammad_331
0
2K
Member Avatar for rfrapp

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

Member Avatar for pty
0
1K
Member Avatar for MS KRITI

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?

Member Avatar for sofoklis
0
5K
Member Avatar for mags11

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]

Member Avatar for David W
0
15K
Member Avatar for happygeek
Member Avatar for naz1234

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]

Member Avatar for jeevz
1
5K
Member Avatar for rubberman

> 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 …

Member Avatar for Warrens80
0
274
Member Avatar for Kunai9292

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

Member Avatar for TylerD75
0
9K
Member Avatar for thewigpig
Member Avatar for Bradoz

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

Member Avatar for JamesCherrill
0
3K
Member Avatar for debasisdas
Member Avatar for James_28
8
16K
Member Avatar for mrnutty
Member Avatar for Reverend Jim
0
681
Member Avatar for Timlince55

[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] :)

Member Avatar for nabanit.sarkar
0
237
Member Avatar for ravsau

you should have used your previous thread instead of creating a new one

Member Avatar for Justin_7
0
3K
Member Avatar for logicslab

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

Member Avatar for logicslab
-1
370
Member Avatar for Hyperion101

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")

Member Avatar for HiHe
0
370
Member Avatar for exfoxs28

> 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 …

Member Avatar for exfoxs28
0
231
Member Avatar for happygeek

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 …

Member Avatar for jimmyparker
1
589
Member Avatar for minnie19

[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?

Member Avatar for JamesCherrill
0
2K
Member Avatar for <M/>
Member Avatar for Marcusflint

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

Member Avatar for seksipoissssss
0
617
Member Avatar for jemz

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 …

Member Avatar for jemz
0
1K
Member Avatar for dualresh

>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 …

Member Avatar for Simon180
0
347
Member Avatar for daksh1998

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]

Member Avatar for stultuske
0
3K
Member Avatar for happygeek

[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 …

Member Avatar for LastMitch
0
411
Member Avatar for uknown2

*judging from recent posts your array expects an integer and searchName is a String

Member Avatar for bguild
0
2K
Member Avatar for minimee120

>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 …

Member Avatar for diafol
0
201
Member Avatar for nob_100
Member Avatar for Start4me

hint: use simple if else or case conditions for the method *or* use regEx if you want to deviate from the norm a bit :)

Member Avatar for andreas.bjorn
0
326