Skip to content
Snippets Groups Projects
Commit eadc2d8a authored by Mark Wheelhouse's avatar Mark Wheelhouse
Browse files

fixed string vs. char[] type mismatch in advanced hashtable example WACC program

parent 3d0fbf6f
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ begin
end
# Print out the question, and then read an integer. After that print the integer back and return it.
int askForInt(char[] message) is
int askForInt(string message) is
print message ;
int x = 0 ;
read x ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment