How to solve problems of code coaches . I am begineer and I am facing difficulty in these problems. . how To deal with . | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to solve problems of code coaches . I am begineer and I am facing difficulty in these problems. . how To deal with .

C++

4th Jul 2020, 2:03 PM
Suchi Pragya
Suchi Pragya - avatar
13 Answers
+ 5
You can get help from community by showing your attempt and ask in same way in this section, by specifying what difficulty you are facing... So some one from community try help you solve any problems... Happy coding.. Good luck......
4th Jul 2020, 2:12 PM
Jayakrishna 🇮🇳
+ 3
Suchi Pragya Codecoach problems are good to practice logic thinking. It does not require deep lnowledge of the language syntax: to solve most problems, ot is useful to know those points: - read a string from input - convert (parse) string to number(integer) - convert characters to integer, or integer to character - write result to output - create a list or an array - read characters from a string, - find character position in a string or in a list of characters. - loop through elements of a list, array, or range until a condition is met. Try solving the problem logically first, and then see how you can translate the solution on a programming language. Happy coding!
5th Jul 2020, 7:31 AM
ifl
ifl - avatar
+ 1
Learn the basics of programming first, after that try to visualise your problem before writing code, you can use flowcharts, pseudo code for this purpose and then try different ways of solving that problem. Thank you
4th Jul 2020, 2:09 PM
Hardik Sharma
Hardik Sharma - avatar
+ 1
Suchi Pragya Then try building your own small projects, it helps a lot in improving implementation, understanding and problem solving skills.
4th Jul 2020, 2:14 PM
Hardik Sharma
Hardik Sharma - avatar
+ 1
Suchi Pragya actually those all code coaches are can be able to solve by basics only.. Only you need to find the logic.. Yes.. Different levels.. Start with easy level problems...
4th Jul 2020, 2:23 PM
Jayakrishna 🇮🇳
+ 1
Start with the tasks with 10XP. Subdivide a task to smaller subtasks i.e. data input, logic for the solution (also split to smaller blocks), data output etc. Often practice sketching the solution before you start writing code.
4th Jul 2020, 2:24 PM
JaScript
JaScript - avatar
+ 1
You can have a white board to plan before starting code , this will reduce error and you probably knows what to next
5th Jul 2020, 2:49 AM
Habeeb Rahman K T
Habeeb Rahman K T - avatar
0
Thank u
4th Jul 2020, 2:12 PM
Suchi Pragya
Suchi Pragya - avatar
0
Level of questions are different from that of basics..
4th Jul 2020, 2:13 PM
Suchi Pragya
Suchi Pragya - avatar
0
First, try easy level, then go to normal, until you get to hard level. Mostly Easy level problems have hint to inside (comments) to help you.
6th Jul 2020, 5:24 AM
Reyniel Mark Escamillas
Reyniel Mark Escamillas - avatar
0
Fill in the data types of the data shown below in the comments field
31st Mar 2021, 4:30 AM
Nozimjon Ubaydullayev
- 1
I have learnt the basics
4th Jul 2020, 2:13 PM
Suchi Pragya
Suchi Pragya - avatar
- 2
I don't this program
6th Jul 2020, 10:07 AM
Pushpa. A