Question: Write a segment of code that opens a file called numbers.txt for reading. This file is known to have 10 numbers in it. Read in
Write a segment of code that opens a file called numbers.txt for reading. This file is known to have 10 numbers in it. Read in each number and print a * to the screen if the number is even. If the number is odd, do nothing. Conclude by closing this file. This code has to be written in codeblocks and this is for intro to programming class no python code is allowed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
