Computer Science Canada

i need help 4 my assignment

Author:  CIC_ming [ Mon Mar 08, 2004 9:24 am ]
Post subject:  i need help 4 my assignment

Halo
I m working on my assignment
i dun understand the last question Confused
the question is asking me to write a program that randomly selects 2 integers
And it should output both integers and their product
Pls help!!

Author:  Tony [ Mon Mar 08, 2004 9:26 am ]
Post subject: 

you don't understand that you have to select two random integers and multiply them? Confused
code:

var num1,num2:int
num1 := Rand.Int(1,10)
num2 := Rand.Int(1,10)
put num1, " * ", num2, " = ", num1*num2


Laughing

Author:  Dan [ Mon Mar 08, 2004 11:21 am ]
Post subject: 

in the futtuer plz name your subject better....


: