9. Given any string in the following format “aaaabcccccc” create a program to compress the string as a4bc6. Define a function that receives the string and modifies it accordingly a) ** Try to solve this exercise without using any extra storage (no auxiliary strings) 10. Write a program that computes the following measures on an array of random integer numbers between 0 100 (inclusive) Test your program with an array of sorted numbers (the array has
OR
OR