Skip to content

Commit

Permalink
Merge pull request Mooophy#712 from smzztx/patch-1
Browse files Browse the repository at this point in the history
Update 17_35_36.cpp
  • Loading branch information
pezy authored May 12, 2019
2 parents 3200930 + 416ffc4 commit f25f5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch17/17_35_36.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//17.35
//Write a version of the program from page 758, that printed the square root of 2 but this time print hexadecimal digints in uppercase
#include <iostream>
#include<iomanip>
#include <iomanip>
#include <math.h>
using namespace std;

Expand Down

0 comments on commit f25f5df

Please sign in to comment.