Answered step by step
Verified Expert Solution
Question
1 Approved Answer
File Version You are given a string array S . that contains the names of some files along with their versions. Your task is to
File Version
You are given a string array S that contains the names of some files along with their versions. Your task is to find and return an integer value representing the latest version out of all the files that are correctly named in the array. A file is considered correct if it follows the format of the file name as "File Xwhere X represents the fle Je Version number Return if there are no correct files in the array.
Note: A file is incorrect if the name of the file does not match the format
Input Specification:
input: A string array S representing the names of the files. input A n integer value representing the size of the array.
Output Specification:
Return an integer value representing the latest version out of all the files that are comectly named in the ap
Step 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