Write a tk inter GUI program that asks the user how many words they would like to write to a file, and then asks the use

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Write a tk inter GUI program that asks the user how many words they would like to write to a file, and then asks the use

Post by answerhappygod »

Write a tk inter GUI program that asks the user how many words
they would like to write to a
file, and then asks the user to enter that many words, one at a
time. The words should be written to
a file. 8. A file exists on the disk named students.txt. The file
contains several records, and each record
contains two fields:
(1) the student’s name, and
(2) the student’s score for the final exam.
Write code that changes Julie Milan’s score to 100.
(b) Write another program that reads the words from the file and
displays the following data:
• The number of words in the file.
• The longest word in the file.
• The average length of all of the words in the file.
in tk inter please
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply