Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. public String questions[] = {
  2. "O que e uma charrua?",
  3. "Sinonimo de brunir?",
  4. "Sinónimo de dar flex?",
  5. "Significado de jorna?",
  6. "Significado de YOLO?",
  7. "O que e a macaca?",
  8. "Sinónimo de bue?"
  9. };
  10.  
  11. public String answers[][] = {
  12. {"Instrumento Agricola", "Brinquedo", "Material Escolar", "Alimento"},
  13. {"Varrer", "Passar a ferro", "Escova de dentes", "Jogo"},
  14. {"Gabar", "Discutir", "Cantar", "Tomar banho"},
  15. {"Dia de descanso", "Dia de ferias", "Dia de passear", "Dia de trabalho"},
  16. {"You Only Love Once", "You Only Love One", "You Only Live Once", "You Only Live Ok"},
  17. {"Muito", "Pouco", "Pequeno", "Alto"},
  18. {"Animal", "Peça de roupa", "Celebridade", "Jogo"},
  19. };
  20.  
  21. public int correctAnswer[] = {
  22. 1,
  23. 2,
  24. 1,
  25. 4,
  26. 3,
  27. 1,
  28. 4
  29. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement