Skip to content

Commit

Permalink
Create equation.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-arash authored Aug 24, 2024
1 parent 6aa4129 commit f76d738
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/include/equation.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef EQUATION_H
#define EQUATION_H

void generateLinearEquation(int& a, int& b, int& c, int& correctAnswer);
void generateQuadraticEquation(int& a, int& b, int& c, int& d, int& correctAnswer);

#endif

0 comments on commit f76d738

Please sign in to comment.