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,);
-
Recent Posts
Recent Comments
- Danielle Small on Final Blog Post
- Calli Higgins on Homework 10.2
- Calli Higgins on Homework 10.2
- Calli Higgins on Homework 10.2
- Calli Higgins on Nafis Sabir HW 10.2
Archives
Categories
Meta