<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Need help making some programs</title>
		<link>http://tibasicdev.wikidot.com/forum/t-14140248/need-help-making-some-programs</link>
		<description>Posts in the discussion thread &quot;Need help making some programs&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Fri, 13 Mar 2026 13:49:29 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-14140248#post-5025414</guid>
				<title>Re: Need help making some programs</title>
				<link>http://tibasicdev.wikidot.com/forum/t-14140248/need-help-making-some-programs#post-5025414</link>
				<description></description>
				<pubDate>Mon, 12 Jul 2021 05:38:26 +0000</pubDate>
				<wikidot:authorName>Trenly</wikidot:authorName>				<wikidot:authorUserId>1905506</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Mine is a bit less optimized, but does the exact same thing</p> <div class="code"> <pre><code>SetUpEditor ClrList L₂ Prompt A,B For(Y,A,B Y→X {1→L₁ Repeat Ans=1 2:While fPart(X/Ans Ans+1 End Ans→L₁(1+dim(L₁ X/Ans→X End If 2=dim(L₁:Then Disp Y Y→L₂(1+dim(L₂ End End If dim(L₂:L₂</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-14140248#post-5025257</guid>
				<title>Re: Need help making some programs</title>
				<link>http://tibasicdev.wikidot.com/forum/t-14140248/need-help-making-some-programs#post-5025257</link>
				<description></description>
				<pubDate>Sun, 11 Jul 2021 23:26:44 +0000</pubDate>
				<wikidot:authorName>J_Walker87</wikidot:authorName>				<wikidot:authorUserId>6818760</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Here's a prime number program I just wrote for you:</p> <div class="code"> <pre><code>PROGRAM:PRIME :Prompt N :{2→ L₁ :For(I,3,N,2 :If min(fpart(I/L₁ :augment(L1,{I→ L₁ :End :L₁</code></pre></div> <p>This program will find all prime numbers from 2 to N. I optimized it using Ti-BASIC's list arithmetic as well as the fact that the only even prime number is two. I then revised this program to fit your specification and take a range (a,b). The result is below:</p> <div class="code"> <pre><code>PROGRAM:PRIME :Prompt A,B :{2→ L₁ :For(I,3,B,2 :If min(fpart(I/L₁ :augment(L₁ ,{I→ L₁ :End :SortD(L₁ :1→ I :Repeat A&gt;L₁ (I :I+1→ I :End :I-1→ dim(L₁ :SortA(L₁ :L₁</code></pre></div> <p>To make this program work, make sure that A is less than B, that A is greater than two, and that there are prime numbers between A and B. If any of these conditions are not met, the program will not function properly.</p> <p>I would be happy to write some more programs for you. However, I will not accept pay.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-14140248#post-5023456</guid>
				<title>Need help making some programs</title>
				<link>http://tibasicdev.wikidot.com/forum/t-14140248/need-help-making-some-programs#post-5023456</link>
				<description></description>
				<pubDate>Fri, 09 Jul 2021 14:42:07 +0000</pubDate>
				<wikidot:authorName>NielsPut</wikidot:authorName>				<wikidot:authorUserId>7550219</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello,</p> <p>Anyone that can help me write some programs? The first one needs to be a program that shows the prime numbers between two parameter (a,b).<br /> Got 3 more programs to write after.<br /> Can pay (small) if someone wants to do it for me</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>