Create a function that takes two arguments. Both arguments are integers, a and b. Return Found if one of them is 10 or if their sum is 10. Otherwise, return Not found.
by Tinatin Kvinikadze
2 years ago
PHP
Problem Solving
0
Pro tip: use ```triple backticks around text``` to write in code fences