167
edits
Changes
ParaCode
,→Assignment 2
Then, we start to find keyword's characters in input string. For example, we want to find 'h'. As 'h' is the first character in keyword, we will mark it '1' in the integer array 'band'. Like this:<br>
[[File:Mark1.JPG|650px]]
With the same idea, we find out the second character 'a'. As 'a' is the second character in keyword, we mark it '2'.<br>
[[File:Mark2.JPG|650px]]
=== Assignment 3 ===