I have the below data table and i want to get the FinalValue based on the range.
For example, i have the parameter value "20".
this "20" will go and find from the data table and in where it will suite between "A" and "B" column of the data table.

the above example table, parameter value "20" will come in between "A" of 11 and "B" of 25.
so the final value is "2500"

How to write LINQ statement in C#