这是关于我大学课程的作业。我要创建一个程序,将有效数字转换为单词并以Abacus方式显示结果。
例子: - 899(八百九十九)。
我有一个我设计的示例代码,但我知道它的错误和有点错误。我们将使用基本命令和if语句。
我想创建一个程序,提示用户输入数字(介于0 - 900之间) 并验证它,
并且数字必须以单词和Abacus方式显示。
以下是示例代码。
import java.util.Scanner;
public class MathApp {
public static void main(String[] args) {
Scanner = new Scanner (System.in);
System.out.print("Welcome to my maths app");
System.out.print("Input number between one and nine hundred");
while (!studentInput.hasNextInt())
int number = userInputScanner.nextInt();
{
System.out.println("Your input does not match the criteria, please enter a number between 1 and 900");
numberInput.next();
while ( number > 1 || number < 900) {