hw array

background(0);
fill(255);
// Bible verses
String[] verses = {“genesis”, “psalm”,”zechariah”,”luke”,”stjohn”,”IIcorinthians”, “john”,};
String[] chapters ={ “jesus answered unto them is it not written in your law”,”i have said yea are gods”, “and when he was demanded of pharises”,” when the kingdom of god shall come”, “he answered and said”,”the kingdom of god cometh not with observation”,”neither shall they say”,”lo here or lo there”, “for behold” ,”kingdom”, “of god”,
“is within you”, “man is god”, “woman are goddess”,};
int n = int(random(6)); // random number between 0 and 5
int m = int(random (8));
text(chapters[n],10,50,70,);
text(verses[m],10,30,80,);

This entry was posted in Uncategorized and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *