Generation

generate functionTue, 22 Nov 2022

Create Scrabble game.

string word = ""; int score = 0; for(int i = 0; i < word.length(); i++) { score += getScore(word.charAt(i)); }

Questions about programming?Chat with your personal AI assistant