Here is my code so far to ask users to enter lastnames of three triathletes and their seconds. However, the code will not compile. Thank you so much!
import javax.swing.JOptionPane; import javax.swing.*; import java.awt.*; import java.awt.event.*; public class TriathletePanel { String str, lasNameStr, secondStr, result; int num, again, lastName; lastNameStr = JOptionPane.showingInputDialog ("Enter Last Name: "); lastName = Char.parsechar(lastNameStr); str = str.toUpperCase(); str = str.replaceAll("\\W",""); secondStr = JOptionPane.showingInputDialog ("Enter Seconds: "); num = Integer.parseInt(secondStr); lastNameStr = JOptionPane.showingInputDialog ("Enter Last Name: "); lastName = Char.parsechar(lastNameStr); str = str.toUpperCase(); str = str.replaceAll("\\W",""); secondStr = JOptionPane.showingInputDialog ("Enter Seconds: "); num = Integer.parseInt(secondStr); lastNameStr = JOptionPane.showingInputDialog ("Enter Last Name: "); lastName = Char.parsechar(lastNameStr); str = str.toUpperCase(); str = str.replaceAll("\\W",""); secondStr = JOptionPane.showingInputDialog ("Enter Seconds: "); num = Integer.parseInt(secondStr);