Skip to content

Commit efc6993

Browse files
authored
changed files by pdets auto publish service, publishid[03f75e51-4d67-46a2-951f-8e346e58db3a] and do [publish].
1 parent 50aab90 commit efc6993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/wwl-language/csharp-arrays/includes/4-exercise-challenge-nested-iteration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ Use the following steps to complete this challenge.
6060
```
6161
6262
> [!TIP]
63-
> Here's a hint: As you loop through each element in your array, you'll need an `if` statement. The `if` statement will need to use a method on the string class to determine if a string starts with a specific letter. If you're not sure how to use an `if` statement, please see the module "Add decision logic to your code using the if-elseif-else statement in C#".
63+
> Here's a hint: As you loop through each element in your array, you need an `if` statement. The `if` statement needs to use a method on the string class to determine if a string starts with a specific letter. If you're not sure how to use an `if` statement, please see the module "Add decision logic to your code using the if-elseif-else statement in C#".
6464
6565
Whether you get stuck and need to peek at the solution or you finish successfully, continue on to view a solution to this challenge.

0 commit comments

Comments
 (0)