AQA Computer Science A Level
String Manipulation
By Admin - Nov. 26, 2024, 2:18 p.m.
Last Edit - Nov. 28, 2024, 8:06 a.m.
You should try to cover:
- Concatenation
- ToUpper() & ToLower()
- Substring()
- IndexOf()
- Length
- Cycle through values of a string
- Convert character to ASCII value
- Convert ASCII value to character