JohnYangSam / QuizSite

CS108 Quiz Site Final Project
2 stars 1 forks source link

So confused, so confused =) #13

Open Makazone opened 12 years ago

Makazone commented 12 years ago

Is that your 10 minutes before sleep tricks?

JohnYangSam commented 12 years ago

no that is not mine!

On Mon, Aug 13, 2012 at 1:55 AM, makarst notifications@github.com wrote:

Is that your 10 minutes before sleep tricks?https://github.com/JohnYangSam/QuizSite/blob/master/src/quizsite/models/Message.java#L109

— Reply to this email directly or view it on GitHubhttps://github.com/JohnYangSam/QuizSite/issues/13.

Stanford CS and MS&E | 650-681-7680 BASES http://bases.stanford.edu | SVI Hackspace http://svihackspace.com| ACM http://stanfordacm.com | Mi3 Blog http://johnyangsam.com | @JohnYangSamhttp://www.twitter.com/johnyangsam| Linkedin http://linkedin.com/in/johnys

vighnesh1987 commented 12 years ago

conditions is intended to be a 2D string array.

See here for an example of how it works.

vighnesh1987 commented 12 years ago

I wasn't sure of the best way of converting an int to a String -

int a;
String b = "" + a; 

is one of the recommended methods.