Question: Write a program that does the following: 4 5 6 Given a string variable: Strates Strates is a string with delimited list of numbers. This

Write a program that does the following:
4
5
6
Given a string variable: Strates
Strates is a string with delimited list of numbers. This list can be of arbitrary length. The pattern of this list is:
Ratel"," Price 1,1","
"... Raten "," Price1, n "iL"
LockPeriod 1","... Rate2"," Pricem, 2","
'... Raten ","
Pricem, n ":L" LockPeriodm ","
The Objective of the Program is to transform this string into the following two-dimensional matrix and display it as an html page. So the output should look like this:
Raten
Here is an example input value:
"5.0,100,5.5,101,6.0,102: L10;5.0,99,5.5,100,6.0,101:L
20;"
The result will be an HTML page with a table that looks something like this:
2

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!