subject

"simon says" is a memory game where "simon" outputs a sequence of 10 characters (r, g, b, y) and the user must repeat the sequence. create a for loop that compares the two strings starting from index 0. for each match, add one point to userscore. upon a mismatch, exit the loop using a break statement. ex: the following patterns yield a userscore of 4: simonpattern: r, r, g, b, r, y, y, b, g, y

import java. util. scanner;

public class simonsays {
public static void main (string [] args) {
string simonpattern = "";
string userpattern = "";
int userscore = 0;
int i = 0;

userscore = 0;
simonpattern = "rrgbryybgy";
userpattern = "rrgbbrybgy";

system. out. println("userscore: " + userscore);

return;
}
}

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 01:50, divine134
A.) generate scaffolding to create database for your application. develop all the entities identified in assignment #2. add any additional that may be identified later. b.) add data validation rules to the models that are appropriate for your application and data. c.) create links for each scaffold in the header section. part 2: application updates [30 points] a.) add two additional views to the "home" controller you created in assignment #1. b.) the two views should be named as “privacy" and "". c.) link the two newly created views in the footer section. hint: you would need to modify the “home" controller definition and create “privacy. html. erb" and “.html. erb" files in appropriate locations.
Answers: 3
image
Computers and Technology, 24.06.2019 05:50, 11232003
What all vehicles has tesla inc. created over the years
Answers: 3
image
Computers and Technology, 25.06.2019 05:30, pooperjooper
Website hosting servers have their own unique ip address, what does this address consist of? a. numbers and letters b. numbers c. letters d. letters and symbols
Answers: 2
image
Computers and Technology, 25.06.2019 08:30, asapmechee
Uses an iterative process that repeats the design, expansion, and testing steps as needed, based on feedback from users.
Answers: 1
You know the right answer?
"simon says" is a memory game where "simon" outputs a sequence of 10 characters (r, g, b, y) and the...

Questions in other subjects:

Konu
Mathematics, 14.12.2020 22:10
Konu
Mathematics, 14.12.2020 22:10
Konu
Mathematics, 14.12.2020 22:10
Konu
Mathematics, 14.12.2020 22:10
Konu
History, 14.12.2020 22:10