generated from seanpm2001/Template_Journaling_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_3.java
21 lines (21 loc) · 1.13 KB
/
PROJECT_LANG_3.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Start of script
// I chose Java as the third project language for this project (Seanpm2001/LifeArchive/Extras/KindleFire) as Java is one of the 3 languages (C, C++, Java) that are known to have heavy use in the Kindle Fire operating system that this project is based around.
public class projectLanguageFileThree {
public static void main(String args) {
System.out.println("Project language file 2");
System.out.println("For: uOffice");
System.out.println("About:");
System.out.println("I chose Java as the third project language for this project (Seanpm2001/LifeArchive/Extras/KindleFire) as Java is one of the 3 languages (C, C++, Java) that are known to have heavy use in the Kindle Fire operating system that this project is based around.");
break;
}
return main();
int y = 2;
System.out.println("Current project language file: " + int(y) + " (Java 8)");
break } // No exit command exists
// I am not experienced with C, so this script may not work
/* File info
* File version: 1 (Monday, 2021 December 20th at 10:49 pm)
* File type: Java 10 Source file (*.java)
* Line count (including blank lines and compiler line): 22
*/
// End of script