Hi Mikrom,
Thanx for all your help on this issue.
I will now give programming a rest (and give you some peace also).
Till I come across a suitable interesting problem to solve.
I will try to solve it myself first, then try again, then probably fail and then finally in desperation I will...
Hi Mikrom,
Yes, I set COUNT as As _Unsigned _Integer64 and it worked.
I have now identified the 200,000,000th Prime. The program ran from21:30 till 08.20 approx 11 hours!
However, the attached screen shows a strange negative number for Elapsed Time!
Any idea what this is?
pa99
Hi Mikrom,
I tested your latest version with the counter but after about 17 minutes the program stops at 1.676E+07 and does not go up to the 20,000,000th Prime!
I am sure this could be a limitation of either 1) my old DELL 15 laptop or 2) QBASIC.
Would you be able to shed some light please?
pa99
Hi Mikrom,
Thanx for your help.
Your code has reduced processing time by over 50%. Very happy. (See below).
I can now test large Primes.
One more question:
For very large Primes where K = 22,000,000, the program either a) stalls or b) takes an inordinate amount of time, after which I just...
Hi Mikrom,
This QBASIC program searches for the kth Prime Number and prints the Prime Number and k value.
I have tested it on a site for checking Primes.
Is there any way I can speed up the processing time?
Your help appreciated.
pa99
Gents,
I checked again and rectified the error.
Although the conversion from Celsius to Fahrenheit and back is a simple calculation, one of my objectives is to keep learning through coding and invoking new functionality e g CASE SELECT, something which I had never heard of...
Hi Mikrom,
After a long time I am trying to code with Subroutines.
I get Error: Label Not Defined on Line 145 but not on 95.
Why should this be?
And what is the error trying to tell me?
And how do I get rid of it?
Thanx for your help...
Hi Mikrom,
I am writing a simple Temperature conversion QBASIC Program for my grandson.
Psuedo code looks like this
INPUT T$
IF T$ C F K
Depending on whether input is C F or K
I will use a GOTO to carry out different calculations
I am trying to avoid multiple IF statements and would like to...
Writing a simple program which I will tidy up later but I need to resolve this Error.
Please help.
pa99https://files.engineering.com/getfile.aspx?folder=131b8266-c764-4ae2-bb74-d7d57165949b&file=QBASIC_Error.JPG
Hi Mikrom,
Thanx for your help.
The Code works, but ChatGPT is not impressed!
Can this code be improved V15.3
100 REM 6N +- 1 Test V15.3
110 DIM P1, P2, N1, N2 AS _Unsigned _Integer64
120 INPUT “Number “; N
130 IF N <= 0 THEN GOTO 999
140 N1 = N
150 N2 = N
200 P1 = (6 *...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.