Using swift for xcode to create a switch or string to put these 13 question and
ID: 3837602 • Letter: U
Question
Using swift for xcode to create a switch or string to put these 13 question and answers (below) into that will come out in random order on an gaming app that will move a placemark on a map to different coordinates when answering each question correctly.
func fillArrays(){
questions.append("The Food Science and Technology Building located across from the Physical Plant")
questions.append("Any student can stay in University Terrace")
questions.append("There are study rooms inside the library")
questions.append("Hytche is where the athletes practice")
questions.append("You can get your Hawk Card replaced in the SSC ")
questions.append("You can talk to Finacial Aid in the SDC")
questions.append("The cafeteria is located in Bird Hall")
questions.append("Kiah was formally known as a High School before becoming a part of the University")
questions.append("The computer science professors are located in Hazel")
questions.append("Graduation is held in front of J.T. Willams")
questions.append("All CSDP classes are held in Carver")
questions.append("Compter science classes use to be held in Kiah")
questions.append("Does (EACMS) stand for (Engineering, Aviation, Computer and Mathematical Sciences Building)")
answers.append("true")
answers.append("false")
answers.append("true")
answers.append("true")
answers.append("true")
answers.append("true")
answers.append("false")
answers.append("true")
answers.append("false")
answers.append("false")
answers.append("false")
answers.append("true")
answers.append("true")
Explanation / Answer
func fillArrays(){
questions.append("The Food Science and Technology Building located across from the Physical Plant")
questions.append("Any student can stay in University Terrace")
questions.append("There are study rooms inside the library")
questions.append("Hytche is where the athletes practice")
questions.append("You can get your Hawk Card replaced in the SSC ")
questions.append("You can talk to Finacial Aid in the SDC")
questions.append("The cafeteria is located in Bird Hall")
questions.append("Kiah was formally known as a High School before becoming a part of the University")
questions.append("The computer science professors are located in Hazel")
questions.append("Graduation is held in front of J.T. Willams")
questions.append("All CSDP classes are held in Carver")
questions.append("Compter science classes use to be held in Kiah")
questions.append("Does (EACMS) stand for (Engineering, Aviation, Computer and Mathematical Sciences Building)")
answers.append("true")
answers.append("false")
answers.append("true")
answers.append("true")
answers.append("true")
answers.append("true")
answers.append("false")
answers.append("true")
answers.append("false")
answers.append("false")
answers.append("false")
answers.append("true") answers.append("true")
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.