私は最初のコーディングクラスを受けている初心者です。私はループアップするまですべてを処理しました。ループは私を噛んで、私を吐き出しています。バットから離れて、私はに入りました。不正な開始式エラーです。"while"ループによる不正な式の開始
//This program will find averages for the sets of numbers input
import javax.swing.JOptionPane;
public class Java_Chapter_5
{
public static void main (String args[])
{
//declarations
String userIn;
int numEntered;
int average;
int totCount;
string programStart;
string programEnd;
//end declarations
System.out.println("Welcome, this program will find the average of numbers that are input");
programStart=JOptionPane.showInputDialog("Please enter Y to start the program or N to end");
while (programStart<>Y)
{
numEntered=JOptionPane.showInputDialog("Please enter first number in the range to average or enter 0 to average numbers entered")
私はこのことを忘れてしまいました。