Hi there,
It's my first time on the forum, and I am looking for some help with my university programming language.
I have read the tutorials, and am quite confused on how to do the following :
Code:
Write an equivalent expression without cond. You may use and, or and not.
(cond
[(p1? x) (p2? x)]
[else false])