In one of my classes I have to use a program called "Just basic" and i have to find a way to make the program pick a random integer from 1-10 (I figured out that part) but i dont know how to get the program to write a sentence like Happy birthday that many random times. Is anyone familiar with the program?
The beginning of the program i know is:
num= int(rnd(1)*10)+1
Print num
Print "Happy Birthday";
.... and thats where i get lost.
2006-10-06
17:56:19
·
3 answers
·
asked by
Im HoT Ur NoT
1
in
Computers & Internet
➔ Programming & Design