CIS 252 In-class Activity #1 1 2 3
Name:
Consider the following Haskell function:
contrived :: Int -> Int -> Int
contrived m n
| even m && m > n = n*2
| odd n || n<3 = m| otherwise = m+n+1Fill in the table by giving the value of each expression.Expression Valuecontrived 100 7contrived 16 100contrived 321 7contrived 44 0contrived 95 0contrived 28 15.024 January 2017

![[SOLVED] Haskell CIS 252 In-class Activity #1 1 2 3](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] Modify your first program to print a table of the words](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.