Is This Code Run Try Now and Comment | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is This Code Run Try Now and Comment

fun main(args: Array<String>) { for(i in 1..20)print('k') println() for(i in 1..18)print('k') println() for(i in 1..16)print('k') println() for(i in 1..14)print('k') println() for(i in 1..12)print('k') println() for(i in 1..10)print('k') print(" ") print("By:- Shivam Pro āœ”ļø") println() for(i in 1..12)print('k') println() for(i in 1..14)print('k') println() for(i in 1..16)print('k') println() for(i in 1..18)print('k') println() for(i in 1..20)print('k') }

18th Mar 2023, 11:48 AM
Shivam
Shivam - avatar
4 Answers
+ 2
Run This Code Or Not Run
18th Mar 2023, 11:49 AM
Shivam
Shivam - avatar
+ 9
Promote your code in code advertising thread : https://www.sololearn.com/post/1723780/?ref=app
18th Mar 2023, 12:22 PM
RšŸ’ šŸ‡®šŸ‡³
RšŸ’ šŸ‡®šŸ‡³ - avatar
+ 7
Shivam What is your question? Are you facing any issue in code? Please provide more details
18th Mar 2023, 12:16 PM
RšŸ’ šŸ‡®šŸ‡³
RšŸ’ šŸ‡®šŸ‡³ - avatar
+ 4
Shivam If you wrote the code yourself, then you should know whether the code works. If you want to present your code to the community, you should link it from the Code Playground in one of the dedicated threads. If you need help then post the link in the help section. If you have specific questions, I'm sure somebody will be happy to help you. In addition, you should use the right tags... Do you have questions about Kotlin? Then tag Kotlin, not different languages! If you have trouble formulating issues in English, try using e.g. Google Translate so that people can understand you better and help you solve your problem.
18th Mar 2023, 1:24 PM
Crash
Crash - avatar