Back to category: Science

Limited version - please login or register to view the entire paper.

sgh

gfasdgfasdgsagsdigggmport javax.swing.*;
fsdf
public class Assignment2c{
public static void main (String []Args) {

String inputString;
int input;


do {inputString=JOptionPane.showInputDialog ("Poems for a term"+
"
Please pick a topic"+
"
1. Study time"+
"
2. Exam period"+
"
3. After class"+
"
4. The future"+
"
5. exit");

input= Integer.parseInt(inputString);

if (input==1){
JOptionPane.showMessageDialog(null,"You work that you might keep pace with the earth "+
"
and the soul of the earth…Work is love made visible."+
"
-Kahill Gibran, The Prophet.");
}

else if (input==2){
JOptionPane.showMessageDialog(null,"Apr...

Posted by: Jack Drewes

Limited version - please login or register to view the entire paper.