Feeds
提问
Creating a function
Question 1 Create a function called f that satisfies the following criteria: For values of x>2, f(x)=x^2 For values of x<=2, ...
14 years 前 | 2 个回答 | 0
2
个回答提问
Use fprintf to create a multiplication table.
Create a multiplication table from 1 to 13 for the number 6. Your table should look like this. 1 times 6 is 6 2 times 6 is ...
15 years 前 | 5 个回答 | 0
