Jump to content

Flowchart Help for Newbie Programmer

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
TKulak

TKulak

    Newbie

  • Members
  • Pip
  • 3 posts
I need help getting my flowchart put together for a Java program. I am so so at programming but I am terrible with putting my flowchart together. If anyone could help or point me in the direction of someone that could help me put my flowchart together, it would be greatly appreciated!!!

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Without knowing what you're trying to create a flowchart of, no one can really help you.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
TKulak

TKulak

    Newbie

  • Members
  • Pip
  • 3 posts
I can email a copy of the specs. I have some code written, but I am having problems.

#4
Jorge Santa Maria

Jorge Santa Maria

    Newbie

  • Members
  • Pip
  • 5 posts
May be what you mean is that the java syntax is too dificult to grasp. Try to use pseudocodes which is a more readeable language than visual code(semantic and syntax originally written in programming language). Flowchart is when a company hire you to make a program. It could be the case you should have to create the flowchart for them. You have to be a kind of algorithm's philosopher to set a good one flowchart. Once it is done use pseudo codes. After that start using syntax gramma of the programming language. Then test it. If it works,ask for your check.

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
My feeling: whether you prefer flowcharts or pseudocode is a reflection of how you think about structure. I naturally think in terms of diagrams instead of words, so I prefer flowcharts. It's less useful for direct code abstraction, but helps me view code in a completely different way that brings out things I can't see easily in pseudocode.

All that said, it sounds like the OP wants to pay to get his homework done instead of just ask for help developing it.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog