scheme tag

4 questions


1 answers
209 views
0
a function that returns a list containing all prime numbers below n

Using the Scheme language, we write a code that gives prime numbers up to n and lists them in ascending order.(You will also need to use cond and cons) Example) Print 2, 3, 5, 7 when given 10I think t...

1 years ago

1 answers
237 views
0
To find the product of elements in a list in scheme

I would like to define a list like ((item number a price a number a number a purchase a) (item number b price b number b purchase b) ...) in scheme and create a function to find the total price of the...

2 years ago

1 answers
35 views
0
How does Scheme handle elements in a list?

In the scheme, when a list is defined as ((item number a unit price a purchase number a) (item number b unit price b purchase number b) ...), How should I describe the function to find the sum of the ...

2 years ago

1 answers
101 views
0
How to display Facebook pages in the Android app

I want to open a Facebook profile page on my app. Instead of just opening a site, I want to open it through Facebook's official app You can say *fb:// * on an iPhone. I did that on AndroidThere was an...


© 2024 OneMinuteCode. All rights reserved.