Luqas Lundahl
Followers: 0 Following: 0
Feeds
提问
How to create a function that checks if a word is a palindrome?
Hello! I want to create a function that checks if a word is a palindrome (a word that is the same when its read left to right a...
2 years 前 | 2 个回答 | 0
2
个回答提问
How do I make specific intervalls on a graph with 2 'dips'
Hello I have a list of different graphs that are either straight, straight with a dip, or straight with 2 dips. What i need to ...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to write an 'if' script that changes a function depending on x?
Hello! I am trying to write a script that changes a function depending on the value of x. sin(x) if x<=3 arctan(x) if 3<x<=7...
2 years 前 | 2 个回答 | 0
2
个回答提问
How do I add 0 after every value in a vektor
So i have to add 0 after every value in a vektor. The vektor is decided by the user and im trying to use 'for' in the solution. ...
3 years 前 | 2 个回答 | 0