Question: Extend Lab Assignment #1 such that, in addition to displaying the 4th-root values in a TextView on the screen, it outputs them to a file

Extend Lab Assignment #1 such that, in addition to displaying the 4th-root values in a TextView on the screen, it outputs them to a file (one value per line, and to five decimal places). Include a second EditText field in your GUI to allow the user to enter the name of the desired output file. This output file should be created in your app's external files directory, which can be obtained using the built-in SDK getExternalFiles Dir method. (See handout.) The writing of the 4th-root values to the file should be done from your method processPress, not from within fourth_root_it. REMARKS The XML code for the second EditText is, for example:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
