Just suggest me learners | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Just suggest me learners

I'm unable to write a code and creating a logic in java arrays .. how to create logic

17th Feb 2022, 3:17 PM
Ujawal Tiwari
Ujawal Tiwari - avatar
2 Answers
0
Arrays are one of the simplest concept yet slightly difficult when it comes to solve a problem statement. Initially learn basic concepts like insert, delete and find elements in an array. For any problem, first go for the brute force approach. For any given array problem you would be able to solve it with 2 nested for loops in most cases. Building logic is a process and it would take time. To build your confidence, start with some basic problems. You would eventually get better at it if you are consistent.
17th Feb 2022, 3:43 PM
Avinesh
Avinesh - avatar
+ 10
Step 1: Identify the Problem. ... Step 2: Determine the Key Program Inputs. ... Step 3: Determine Key Program Outputs. ... Step 4: Identify Program Outcomes. ... Step 5: Create a Logic Model Outline. ... Step 6: Identify External Influencing Factors. ... Step 7: Identify Program Indicators.
17th Feb 2022, 3:30 PM
Vaibhav
Vaibhav - avatar