0
Please give me any easy example of code coach
5 Answers
+ 11
First show ur any attempt
+ 2
You can see it yourself just select level easy in code coach.
Thank You đ
+ 1
In the code coach, the test cases will provide some data that you have to use in your program and show the result by printing to console.
In Python you use the input() function to get the input, and print() function for output. If you are not sure how to use them, then please proceed with the basic lessons as they are clearly explained there.
0
But how to write the code
0
First of all you have to know atleast one language
Python java or c++ etc.
Then open a code coach problem and click on solve.
Code playground will be opened you have to write code.
And remember input will be given to you and only answer should be output by you
May It Helps You đ