Login

Welcome, Guest. Please login or register.

April 18, 2024, 12:01:56 pm

Author Topic: Advanced Pseudocode  (Read 1340 times)  Share 

0 Members and 1 Guest are viewing this topic.

clarence.harre

  • Adventurer
  • *
  • Posts: 24
  • Respect: 0
Advanced Pseudocode
« on: July 19, 2017, 06:14:27 am »
0
We were recently given a task requiring us to write algorithms in pseudocode to describe creating a record, appending it to an array of records and having this array stored in a file. I've looked quite a few places, but to no avail. How does one do this?
HSC '17: Physics | Chemistry | Software | English (Advanced) | Mathematics 3U | German (Continuers) | Electrotechnology (TVET)

ATAR Goal: 92.50

Aim: USyd (B Engineering - Electrical)

SpanishPear

  • Forum Regular
  • **
  • Posts: 64
  • Respect: +1
Re: Advanced Pseudocode
« Reply #1 on: February 06, 2018, 09:23:42 am »
0
What I usually do for pseudocode (and this is a really bad habit) is to write it in python, and then translate it using pseudocode syntax.