v1.6.1
Changes & Updates
New additions to both Basic Swift Concepts and Swift Practice + Warmups with new files - programs.
These files will not be linked individually - may contain short descriptions or notes.
Basic Swift Concepts
- set example - Sept 16.swift - set example usage, implemented in Yacht Sea Program
- optional binding + forced unwrapping.swift
- basic array pt2.swift - more concepts added on to original basic for loops + array.swift
Swift Practice + Warmups
- New Wave Sale.swift - Simple Checkout Program
- Yacht Sea.swift + Yacht Sea p2.playground - Same code, one is in .playground file (xcode playground), other is in .swift (programiz)
- New Wave Stock.playground - Original version, with inputs substituted with constants. Xcode Playground is funky with inputs.
- NW Stock [INPUT ENABLED] - Based on Original version, inputs enabled. Coded & tested on Programiz.
All code (except for .playground folders) should work with Programiz Compiler. However not all code is suited for Xcode, bug with inputs :(
This year is already starting to get pretty rough, but so far Computer Science Seminar has been quite fun. Almost accidentally wrote "const" for a constant instead of "let" though.