Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 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. "Sinónimo de bue?"
  8. };
  9.  
  10. public String answers[][] = {
  11. {"Instrumento Agricola", "Brinquedo", "Material Escolar", "Alimento"},
  12. {"Varrer", "Passar a ferro", "Escova de dentes", "Jogo"},
  13. {"Gabar", "Discutir", "Cantar", "Tomar banho"},
  14. {"Dia de descanso", "Dia de ferias", "Dia de passear", "Dia de trabalho"},
  15. {"You Only Love Once", "You Only Love One", "You Only Live Once", "You Only Live Ok"},
  16. {"Muito", "Pouco", "Pequeno", "Alto"}
  17. };
  18.  
  19. public int correctAnswer[] = {
  20. 1,
  21. 2,
  22. 1,
  23. 4,
  24. 3,
  25. 1
  26. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement