Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using Linux: 1) Create 4 files named file1 pdf, file2.pdf, file3.pdf and file4 pdf inside a folder. Write a for loop to create another four
Using Linux:
1) Create 4 files named "file1 pdf", "file2.pdf", "file3.pdf" and "file4 pdf inside a folder. Write a for loop to create another four files with the same names but with "txt" extension (filel.pdftxt, file2.pdftxt, file3.pdftxt and file4.pdf.txt). (hint: you should create txt file names by using the name of mentioned pdf files) 2) Given variable i initialized to 10, write a while loop that decrements i and ends when i equals 1. In the step where the value of i equals 3, print out the value ofStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started