Question: Use C++ language Assignment: In this lab we are going to implement some functions and create their value tables. You need to define your own
Use C++ language

Assignment: In this lab we are going to implement some functions and create their value tables. You need to define your own functions with the help of . A value table is similar to truth table, except that you are going to test multiple real values for each variable. 1) f(n) = n/3 if n is a multiple of 3 and floor(n) if n is NOT a multiple of 3 test on n = -4, -3.5, -3, ..., 3.5, 4 ^Check point here ^^ 2) f(m,n) = sqrt(m-n) if m greater than or equal to n and (m-n)^2 other wise. test on m = 0, 1, 2 and n = 0, 1, 2 3) f(L,m,n) = the second largest number of l, m, n. test on l = 0, 2, m = 1, 3 and n = 2, 4 example of value table of (m+n) on m=0,1,2 and n=0,1,2 Bo ovou A WNA m | n | mun 0 10 10 0 1 1 1 1 0 1 2 1 2 1 1 0 1 1 1 1 1 1 2 1 | 2 | 3 2 10 12 2 | 1 | 3 2 | 2 | 4 Assignment: In this lab we are going to implement some functions and create their value tables. You need to define your own functions with the help of . A value table is similar to truth table, except that you are going to test multiple real values for each variable. 1) f(n) = n/3 if n is a multiple of 3 and floor(n) if n is NOT a multiple of 3 test on n = -4, -3.5, -3, ..., 3.5, 4 ^Check point here ^^ 2) f(m,n) = sqrt(m-n) if m greater than or equal to n and (m-n)^2 other wise. test on m = 0, 1, 2 and n = 0, 1, 2 3) f(L,m,n) = the second largest number of l, m, n. test on l = 0, 2, m = 1, 3 and n = 2, 4 example of value table of (m+n) on m=0,1,2 and n=0,1,2 Bo ovou A WNA m | n | mun 0 10 10 0 1 1 1 1 0 1 2 1 2 1 1 0 1 1 1 1 1 1 2 1 | 2 | 3 2 10 12 2 | 1 | 3 2 | 2 | 4