I'm trying to put a do...while loop into this code
import javax.swing.JOptionPane;

public class UpperLowerCase2
{
public static void main(String[] args)
{
int choice;
...