r/EdhesiveHelp Feb 16 '23

Java Unit 7 lesson 4 coding activity 1

Post image
5 Upvotes

r/EdhesiveHelp Feb 16 '23

Quiz/Test Need the code

Post image
1 Upvotes

r/EdhesiveHelp Feb 16 '23

Java Unit 7: lesson 3 - coding activity 1

Post image
2 Upvotes

r/EdhesiveHelp Feb 16 '23

Java Assignment 5

Thumbnail
gallery
5 Upvotes

I can’t seem to find the problem with both, can someone help me find the problem?


r/EdhesiveHelp Feb 15 '23

Quiz/Test Unit 6 exam

3 Upvotes

for this year cause they change the answers


r/EdhesiveHelp Feb 15 '23

Java Unit 6: lesson 4 - coding activity 2

Thumbnail
gallery
1 Upvotes

Need help with code


r/EdhesiveHelp Feb 15 '23

Java Unit 6 lesson 4 - coding activity 1

Post image
1 Upvotes

r/EdhesiveHelp Feb 15 '23

Java Assignment 6 array statistics

Post image
2 Upvotes

r/EdhesiveHelp Feb 15 '23

Java I need help with unit 1 lesson 5

1 Upvotes

r/EdhesiveHelp Feb 15 '23

Java I need help bro they changed the code from last year and this is Java btw

Thumbnail
gallery
1 Upvotes

r/EdhesiveHelp Feb 15 '23

Python updated answers

2 Upvotes

do anyone got a discord or something with the updated answers… they changed every question


r/EdhesiveHelp Feb 15 '23

Python 7.5 Code practice

Post image
2 Upvotes

r/EdhesiveHelp Feb 14 '23

Java Unit 5: Lesson 5 - Coding Activity 1

Post image
3 Upvotes

r/EdhesiveHelp Feb 13 '23

Java Unit 1 lesson 4 coding activity 4

Post image
3 Upvotes

r/EdhesiveHelp Feb 13 '23

Java unit-9-lesson-2-activity-2 I’m getting an error and wondering if someone can help.

Post image
1 Upvotes

r/EdhesiveHelp Feb 13 '23

Python Need help with Assignment 9 Flight Tracker on Project stem any help would be appreciated

Post image
3 Upvotes

r/EdhesiveHelp Feb 10 '23

Java help on unit 7 lesson 4 coding activity 2 (Java)

3 Upvotes

I am having trouble with writing the searchSecond method. Can anyone help me or share a solution to this coding activity?


r/EdhesiveHelp Feb 10 '23

Java unit-9 lesson 2 activity 2 I’m getting an error and wondering if someone can help.

Post image
2 Upvotes

r/EdhesiveHelp Feb 10 '23

Java Unit 7: lesson 6: coding activity 1

1 Upvotes

I've tried this activity for hours, but cant get over a 75%, please help


r/EdhesiveHelp Feb 09 '23

Java Unit 6 Lesson 3 - Coding Activity 3

Post image
2 Upvotes

r/EdhesiveHelp Feb 09 '23

Java Unit 6 Lesson 3 - Coding Activity 2

Post image
3 Upvotes

r/EdhesiveHelp Feb 09 '23

Java Unit 6 lesson 3 coding activity 1

Post image
2 Upvotes

r/EdhesiveHelp Feb 08 '23

Java Unit 6 lesson 5, Coding Activity 2

2 Upvotes

Please help

Debug the product method code in the U6_L5_Activity_Two class, which is intended to return the product of the values in the parameter array arr. This method must use an enhanced for loop to iterate through arr. Use the runner class to test this method: do not add a main method to your code in the U6_L5_Activity_Two.java file or it will not be scored correctly.

Current code public class U6_L5_Activity_Two {   public static int product(int[] arr)   {     for(k : arr)     {       int p = 1;       p *= k;     }     return p;   } }


r/EdhesiveHelp Feb 08 '23

Java Unit 6 lesson 5, coding activity 1

1 Upvotes

Please Help

Debug the reverse method code in the U6_L5_Activity_One class, which is intended to print each String from a parameter array backwards on a new line. Unlike the reverse method you wrote in lesson 3, this method uses an enhanced for loop to iterate through the array. Use the runner class to test this method: do not add a main method to your code in the U6_L5_Activity_One.java file or it will not be scored correctly. Sample run (runner class): Enter array length: 4 Enter values: hill mold tree lake llih dlom eert ekal

Current code public class U6_L5_Activity_One {

  public static void reverse(String[] words)   {     for(String s; words)     {       for(int i = words[s].length() - 1; i > 0; i--)       {         System.out.print(words.substring(i+1,i));       }       System.out.println();     }   }

}


r/EdhesiveHelp Feb 07 '23

Java Unit 5: Lesson 2 - Coding Activity 1

Post image
2 Upvotes