Solved: A program that asks the user for a file

$30.00 $24.00

Quantity

You'll get a: . zip file solution : immediately, after Payment

Description

Solved: A program that asks the user for a file

5/5 - (4 votes)

Write a program that asks the user for a file name for example file.txt . If the file does not exist a message should pop up and ask the user to enter another file name.

the program should then get the data from the file and save it to an array of doubles (the data in the file is separated by commas so use a tokenizer to separate them)

then the array should be passed to a function that sorts it from the smallest to largest. then prints out the values

0