Answer:
Following code will store the largest value in array parkingTickets in the variable mostTickets
mostTickets = parkingTickets[0];
for(int k = 0; k<parkingTickets.length; k++)
{
 if(parkingTickets[i]>mostTickets)
 {
  mostTickets = parkingTickets[i];
 }
}
Explanation:
In the above code segment, initially the number of tickets at first index is assumed as largest value of tickets in array.
Then using a for loop each value in the array parkingTickets is compared with the current mostTickets value. 
If the compared value in parkingTickets array is larger than the current mostTickets value. Then that value is assigned to mostTickets.
This process is repeated for all elements in array. 
Thus after looping through each element of array the largest value in array will get stored in mostTickets variable.  
 
        
             
        
        
        
Regardless of which version of Windows you have, you can also open the browser from the start menu. Select the start button and type in Chrome. If the Chrome browser is on your computer, it will be displayed in the menu, where you can now see the icon and select it to open.
                                    <3
 
        
             
        
        
        
 The kinds of actions that i will take to keep your files, folder names, folder structure, and yourself organized are:
- I will make use of the Default Installation Folders.
 - I will create one Place to place all Documents. 
 - I will make Folders using  Logical Hierarchy. 
 - I will also Nest Folders inside Folders.
 - I will use the File Naming Conventions, etc.
 
<h3>How do I keep my folders organized?</h3>
For any kind of file arrangement it entails the act of keeping files in an organized manner that one can easily trace back if one is in need of that file.
There it is good to Sort your files every time such as once a week and as such:
 The kinds of actions that i will take to keep your files, folder names, folder structure, and yourself organized are:
- I will make use of the Default Installation Folders.
 - I will create one Place to place all Documents. 
 - I will make Folders using  Logical Hierarchy. 
 - I will also Nest Folders inside Folders.
 - I will use the File Naming Conventions, etc.
 
Learn more about files from
brainly.com/question/1012126
#SPJ1
 
        
             
        
        
        
Answer: Buy a new car
Explanation: If its a used car its breaks will be worn out and more likely the breaks will stop working in 6 months and you have to change them. May the forse be with you.