how to make this in prolog
From: raf_go (raf_go_at_go2.pl)
Date: 03/25/04
- Next message: zeus: "Re: Sublists question"
- Previous message: raf_go: "how to make this in prolog"
- Next in thread: Alan Bal jeu: "Re: how to make this in prolog"
- Reply: Alan Bal jeu: "Re: how to make this in prolog"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 25 Mar 2004 18:10:52 +0100
I nead make somthink like that in prolog
x=1;
y=2;
for(...){
a= 2^x * (2^y - 1);
cout<<a;
x+=1;
y+=1;
}
for help thanks.
- Next message: zeus: "Re: Sublists question"
- Previous message: raf_go: "how to make this in prolog"
- Next in thread: Alan Bal jeu: "Re: how to make this in prolog"
- Reply: Alan Bal jeu: "Re: how to make this in prolog"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]