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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 2 | 0