如果我將文本更改爲兩個單詞,程序將不會輸出任何內容。不知道如何解決這個問題,提前感謝。 public class test {
public static void main(String args[]) {
String text = "The cat sat on the mat!"; //Change the string to "Hello there!"
int w
書中的練習說我應該單獨詢問姓名,然後獲取姓名的長度。我被困在第八行?這是我應該怎麼做的名字? puts "What\'s your first name?"
first = gets.chomp
puts "What\'s your middle name?"
middle = gets.chomp
puts "What\'s your last name?