We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df1c79 commit 60b7b71Copy full SHA for 60b7b71
textbook work/java software solutions/Obama.java
@@ -0,0 +1,16 @@
1
+//********************************************************************
2
+// Obama.java Author: Kelli Davis
3
+//
4
+// Demonstrates the basic structure of a Java application.
5
6
+public class Obama
7
+{
8
+ //-----------------------------------------------------------------
9
+ // Prints a presidential quote.
10
11
+ public static void main(String[] args)
12
+ {
13
+ System.out.println("A quote by Barack Obama:");
14
+ System.out.println("I think when you spread the wealth around it's good for everybody.");
15
+ }
16
+}
0 commit comments