Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong url in assignment 07 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Assignment-07/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Assignment 7
Prompt the user for A, B, and C values and then use those values to determine the value of 'X' using the <a href="https://en.m.wikipidia.org/wiki/Quadratic_formula"> quadratic formula</a>
Prompt the user for A, B, and C values and then use those values to determine the value of 'X' using the <a href="https://en.wikipedia.org/wiki/Quadratic_formula"> quadratic formula</a>

if you need to brush up on the quadratic formula, hit up <a href="https://m.youtube.com/watch?v=iulx0z1lz8M"> Khan Academy! </a>
if you need to brush up on the quadratic formula, hit up <a href="https://youtube.com/watch?v=iulx0z1lz8M"> Khan Academy! </a>

Hint: Make your life easier by including the math package

Expand All @@ -13,4 +13,4 @@ Enter the value of a variable 'A': -7
Enter the value of a variable 'B': 2
Enter the value of a variable 'C': 9
The solution using the '+' operator is: -1.00
the solution using the '-' operator is: 1.29, but you might want to double-check that...
the solution using the '-' operator is: 1.29, but you might want to double-check that...