8.21.19
I’m officially moved into my dorm for the year. I have a better place for pictures so no more white t-shirt backgrounds! Only half a week of band camp then my classes start :)
seen from United States
seen from China
seen from United States
seen from China
seen from United Kingdom

seen from Germany

seen from United States

seen from United States
seen from Singapore
seen from United Kingdom
seen from China
seen from United States

seen from United States

seen from United States
seen from Brazil
seen from Austria
seen from China
seen from United Kingdom

seen from United States

seen from United States
8.21.19
I’m officially moved into my dorm for the year. I have a better place for pictures so no more white t-shirt backgrounds! Only half a week of band camp then my classes start :)
JavaScript CheatSheet
JavaScript
View On WordPress
Read and Print Array elements in java
public class TestArray{public static void main(String[] args) { double[] myList = {1.8, 2.9, 3.4, 3.5};// Print all the array elementsfor (int i = 0; i < myList.length; i++) {System.out.println(myList[i] + ” “);}// Summing all elements double total = 0;double total = 0;for (int i = 0; i < myList.length; i++) { total += myList[i];}System.out.println(“Total is ” + total); // Finding the largest…
View On WordPress
Java for Beginners
Java Tutorial
View On WordPress
Oops with Avatar
Oops Noteshttps://acrobat.adobe.com/link/review?uri=urn:aaid:scds:US:6f453011-8f90-3164-9214-cf0a06970930Java
View On WordPress
Low LEVEL Design
Oops
View On WordPress
Oops Written Notes
Oops Notes
View On WordPress
Core Java Notes
Core Java
View On WordPress