![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4
![]() |
"Repetition Structure". Hmmm...I prefer "loop".
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
|
|
#12 |
|
Professional Programmer
Join Date: Sep 2005
Location: serbia & montenegro
Posts: 484
Rep Power: 4
![]() |
What is pseudocode??? Some kind of low-level language?
|
|
|
|
|
|
#13 |
|
Programmer
Join Date: Mar 2005
Location: Washington
Posts: 91
Rep Power: 4
![]() |
You can get a good definition of pseudocode from this website.
--> http://www.answers.com/pseudocode |
|
|
|
|
|
#14 | |
|
Professional Programmer
Join Date: Jun 2005
Location: India, The great.
Posts: 435
Rep Power: 4
![]() |
Quote:
__________________
PFO - My daily dose of technology. |
|
|
|
|
|
|
#15 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
To expand on InfoGeek's post, these are HTML pages. They eat whitespace. The use of code tags preserves the whitespace, and thus the indentation. The forum's FAQ/rules mention the use of the tags. Did you read that? It's the polite thing to do when you join a forum.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#16 | |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4
![]() |
Quote:
\\ Calc an average number1 = 0 number2 = 0 number3 = 0 average = 0 input number1 input number2 input number3 average = (number1 + number2 + number3) / 3 print average No syntax to it, just anything anyway you can write it, to get the logic down, I believe, I could be wrong, but that is pseudocode to me. |
|
|
|
|
|
|
#17 |
|
Professional Programmer
Join Date: Sep 2005
Location: serbia & montenegro
Posts: 484
Rep Power: 4
![]() |
So it's not a real language? You mean that is for planning the program or something like that?
|
|
|
|
|
|
#18 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4
![]() |
Correct, but from that link someone gave...it looks like I'm wrong. Don't worry about it, it's one of those crappy languages like perl or something
![]() |
|
|
|
|
|
#19 |
|
Professional Programmer
Join Date: Sep 2005
Location: serbia & montenegro
Posts: 484
Rep Power: 4
![]() |
I think that are here some of perl - lovers who could fire at you for that.
![]() |
|
|
|
|
|
#20 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4
![]() |
That was kind of the idea...perl has its place, but php...now there is a piece
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|