Ask a New Question
Questions and answers by
Joel Borja
Questions (2)
Alright I have these strings
String domain1 = ". com"; String domain2 = ". edu"; String domain3 = ". org"; I want to make sure
1 answer
509 views
This is what i have so far. I'm supposed to simulate the 4 dice tossed 1 million times . (so a total of 4 million) I'm trying to
2 answers
996 views