llaRun-length encoding (RLE) is often regarded as the simplest form of loss less data compression in which runsof data (that is, sequences where in the same data value occurs repeatedly in consecutive positions) are storedas a single data value and count, rather than the stretched-out raw form.In this exercise, you will be writing a string-based implementation of RLE. For a string whichconsists of duplicate characters placed in neighbouring positions, replace the duplicates withthe count of repetitions. e.g. If in a String, the character `x` runs for 5 positions, thenreplace this `”xxxxx”` with `”x5″`.create a class `CompressString` that reads in the
PayPal Gateway not configured
PayPal Gateway not configured