Question: Please create a Scala program that contains a List of tables where each element of this list is a table object whose key is a
Please create a Scala program that contains a List of tables where each element of this list is a table object whose key is a variable of type String that maps to a value that is a table object whose key is a variable of type String that maps to an integer value. Next, add the command line input where a user of your program is asked in a loop to enter the name of a scope and then for this scope to enter the names of variables and their values. Save the entered values in the List of tables. The loop is terminated by entering the string quit without quotes. The program must be built using the Sbt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
