Skip to content

CarterBartz/swift-quadratic-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ README:

# πŸ“ Swift Quadratic Formula

> πŸ‘¨β€πŸŽ“ Codecademy Certification: [Learn Swift](https://www.codecademy.com/courses/learn-swift/projects/swift-quadratic-formula)  
> πŸ“ Project Type: Certification Project  
> πŸ“… Date Completed: May 2025  

## 🧠 Overview
This project uses the quadratic formula to find the roots of a given equation. It practices variable usage, mathematical operations, and order of operations in Swift.

## 🧱 Skills Demonstrated
- Using `sqrt()` from Swift's standard library
- Order of operations
- Storing results in variables

## πŸš€ How to Run
```bash
swift quadratic-formula.swift

About

A Swift program that solves quadratic equations using the quadratic formula.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages