Skip to content

Commit

Permalink
Fix problem 1
Browse files Browse the repository at this point in the history
change integer to double
  • Loading branch information
karabeliov committed Jan 11, 2015
1 parent 4dda677 commit 4f73859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5. Conditional Statements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Homework: Conditional Statements
================================

### Problem 1. Exchange If Greater
* Write an if-statement that takes two integer variables a and b and exchanges their values if the first one is greater than the second one. As a result print the values a and b, separated by a space.
* Write an if-statement that takes two double variables a and b and exchanges their values if the first one is greater than the second one. As a result print the values a and b, separated by a space.

_Examples:_

Expand Down

0 comments on commit 4f73859

Please sign in to comment.