Code Test (Pseudocode from Programming Concepts class)
Enter the code in the form below and submit when ready to test
OUTPUT: |
Notes:
- Javascript needs to be enabled in your browser for this page to work, including window prompts
- Subprograms and Functions have some limitations:
"Passing by reference", "overloaded subprograms" and strict typing are not possible. - For two-dimensional arrays use double square brackets for subscripts [3][2] instead of [3,2]
- Use a write statement as a prompt right before inputs for best results
- Select Case statements only support one value per case
- For loops need their step to use += as in Count += 2, not just Count + 2
- use // at the start of a line to make a comment (no support for /* */ blocks)
- Data files are not currently supported
- Class definitions are not currently supported
Extra features not found in book:
- Try WritePart for output that doesn't start a new line
- Add NewLine to a string to make add an extra line break
- Mr. Sullivan's archived notes and homework assignments
- engrade.com