----------------------------------- CIC_ming Mon Mar 08, 2004 9:24 am i need help 4 my assignment ----------------------------------- Halo I m working on my assignment i dun understand the last question :? 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!! ----------------------------------- Tony Mon Mar 08, 2004 9:26 am ----------------------------------- you don't understand that you have to select two random integers and multiply them? :? var num1,num2:int num1 := Rand.Int(1,10) num2 := Rand.Int(1,10) put num1, " * ", num2, " = ", num1*num2 :lol: ----------------------------------- Dan Mon Mar 08, 2004 11:21 am ----------------------------------- in the futtuer plz name your subject better....