We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1016f44 commit 438eb8aCopy full SHA for 438eb8a
src/java/AddTwoNumbers.java
@@ -11,9 +11,9 @@ public class AddTwoNumbers {
11
/**
12
* This program takes a list of numbers and checks if there are two numbers whose sum is equal to
13
* the expected value.
14
- *
15
- * For each element in the list of values, this method goes through the list,
16
- * checking if there is any number whose sum of both is the expected value.
+ *
+ * <p>For each element in the list of values, this method goes through the list, checking if there
+ * is any number whose sum of both is the expected value.
17
*
18
* @param values List of values that will be checked.
19
* @param expected Expected value from the sum of two numbers from the values list.
0 commit comments