reading as numbers and saving as colors | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

reading as numbers and saving as colors

i need to develop a program that writes a color to the screen and each line of another file according to the numbers read from a file. (The file name to be read must be read.txt, write the file name to be written.txt) 0: black 1: blue 2: red 3:green 4:white I think it will write 0-4 numbers in the read.txt file. 0 1 1 4 etc.... When I run the program it will save in the written.txt file as below. 0: Black 1: Blue 1: Blue 0: Black 4: White ... etc. I tried to do something, but saves only the first line in the written.txt file

15th Dec 2020, 9:00 AM
Kemal
Kemal - avatar
1 Answer
+ 2
Place return 0 out of the for loop.
15th Dec 2020, 9:29 AM
你知道規則,我也是
你知道規則,我也是 - avatar