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)); }

Want to kickstart your project?Use the new AI Studio to create your code