Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Make this better.
#5
It does what I said it does..... er.... except in the example I didn't put down what the number turns out to be..

Code:
for i% = 1 to 6
for j% = 1 to 5
for k% = 1 to 4
for l% = 1 to 3
for m% = 1 to 2
print m%*l%*k%*j%*i%
next m%, l%, k%, j%, i%

Except it does this N% times.
Peace cannot be obtained without war. Why? If there is already peace, it is unnecessary for war. If there is no peace, there is already war."

Visit www.neobasic.net to see rubbish in all its finest.
Reply


Messages In This Thread
Make this better. - by Agamemnus - 09-11-2003, 06:14 AM
Make this better. - by LinkMaster Sab - 09-11-2003, 06:28 AM
Make this better. - by Agamemnus - 09-11-2003, 06:53 AM
Make this better. - by LinkMaster Sab - 09-11-2003, 07:50 AM
Make this better. - by Agamemnus - 09-11-2003, 05:44 PM
Make this better. - by Neo - 09-11-2003, 06:42 PM
Make this better. - by Agamemnus - 09-11-2003, 07:18 PM
Make this better. - by LinkMaster Sab - 09-13-2003, 01:16 AM
Make this better. - by Agamemnus - 09-17-2003, 01:55 AM
Make this better. - by Agamemnus - 10-01-2003, 06:14 AM
Make this better. - by Diroga - 10-01-2003, 08:12 AM
Make this better. - by Agamemnus - 10-01-2003, 04:55 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)