我在代碼中試圖做的是讓用戶輸入兩個獨立的字符串,我知道我已經使用名字和姓氏,但只是忽略了這一點。所以用戶輸入兩個字符串,它應該打印最長的字符串。 我的程序並不總是這樣做。我需要改變以使其工作? import java.util.Scanner;
public class Q2
{
public static void main(String args [])
{
這是我的代碼只能使用一個: int numb = 50;
int odd;
int even;
while (numb <= 100) {
if (numb % 2 == 0) {
even = numb;
System.out.println(even);
System.out.print(", ");
numb++;
}
import java.util.Random;
import java.io.*;
import java.util.*;
/**
Courtney Fox
Professor Yao
Midterm Part 1
10/10/17
Purpose:
The purpose of this program is to devel