Programming Assignment Unit 1: Superpowers
University of the People
CS 1102 Programming I
, SUPERPOWERS 2
Programming Assignment Unit 1: Superpowers
The assignment will be assessed using the following criteria:
Does the submission include the file "SuperPower.java"?
Does the file include a public class called "SuperPower"?
Does the class include a public method called "main"?
Is the "main" method static?
Does the main method have a String assignment statement that uses "JOptionPane.showInputDialog"?
Does the main method have a statement that uses "JOptionPane.showMessageDialog"?
Does the program convert the String from "JOptionPane.showInputDialog" using the "toUpperCase" method?
Does the submission include a screenshot that shows an Input dialog that asks, "What is your superpower?"
Does the submission include a screenshot that shows a Message dialog stating "<power> TO THE RESCUE!", where
"<power>" is the input converted to upper case?