for substring in pseudocode how would you extract 'Science' from 'Computer Science'
1st First parameter is the string
Position of the start character,
3rdparameter is the length of the
Pseudocode strings start at position one.
SUBSTRING ("Computer Science", 10, 7)