Draw a flow char to print all the prime numbers between 1 and 100. Anyone can help?
Thanks
Jivan
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Draw a flow char to print all the prime numbers between 1 and 100. Anyone can help?
Thanks
Jivan
Do you have any specific questions about your assignment?
Please post your code and any questions about problems you are having.
If you don't understand my answer, don't ignore it, ask a question.
No I don't have code or anything given, but I need to write a program and draw flow for this?
Thanks
please help thanks
If you don't understand my answer, don't ignore it, ask a question.
I don't even know where to start?
Start by asking google how to determine if a number is a prime number so you'll know how to do it.
If you don't understand my answer, don't ignore it, ask a question.
i got it what is prime number is: a number that can be divide by itself, or by 1 is a prime number. The problem is I can't draw a flow chart?
I don't remember anyone here ever drawing a flowchart on the forum. I use paper and pencil whenever I make a flowchart.
If you don't understand my answer, don't ignore it, ask a question.
I dont understand why you would need to draw a flow chart for that. Now you can Start buy downloading an IDE to help with programming. That would be the first start.
thanks all