المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Die rolling program?



Java Programming
10-22-2009, 06:14 PM
Hey everyone, I'm EXTREMELY new to Java. I've been working on two programs, the first gets and sets random numbers (1-6) and the second grabs the random numbers from the first program, then displays which of the two rolls is higher. here's the first: import java.util.*; import...