Question

For Q1 input file, the first line gives n and m. The next n lines contain a[0],...,a[n−1] respecti...

For Q1 input file, the first line gives n and m. The next n lines contain a[0],...,a[n−1] respectively, one element per line.

input file

output will be   

please use python to do this question (java will be fine as well)

0 0
Add a comment Improve this question Transcribed image text
Answer #1

import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;

public class BBB
{
  
  
   public static int findmin(int a[],int m)
   {
       int min=2147483647;
       int temp=0;
       int j=0;
      
       // finding the minimum of size of 2
       for(int i=0;i<=a.length-m-1;i++)
       {
           temp=0;
           for(j=i;j<i+m;j++)
               temp=temp+a[j];
          
          
           if(temp<min)
               min=temp;
          
          
       }
      
       return min;
      
      
      
      
   }
  
   public static void main(String args[]) throws FileNotFoundException {
       File file = new File("C:\\Users\\CHITTIMALLA\\Desktop\\input.txt");
      
       Scanner sc= new Scanner(file);
      
       int n=sc.nextInt();
      
       int m=sc.nextInt();
      
       int[] a= new int[n];
       // reading from file
       for(int i=0;i<n;i++)
           a[i]=sc.nextInt();
       // function call to findmin(a,m)
       System.out.println("The minimum sum of subarry of size "+m+ "is " +findmin(a,m));
      
      
      
      
   }

}

Sample Run:

Oproject-Eclipse File Edit Scurce Refactor Navigate Search Praject Run Window Help Access| | CorsalehjevaAnay1javamergelist j

Add a comment
Know the answer?
Add Answer to:
For Q1 input file, the first line gives n and m. The next n lines contain a[0],...,a[n−1] respecti...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Use PYTHON Write a program that will take an input file called input.txt which will contain a Jav...

    use PYTHON Write a program that will take an input file called input.txt which will contain a Java program and parse it and output an annotated version. Your program will track the nesting depth of the braces of the input file and will output an annotated version of the file. Your final program will 1. List the nesting depth of curly braces 2. Ignore braces inside quotes or comments Use Python Assume that all quoted strings begin and end on...

  • I am confused on how to read valid lines from the input file. I am also...

    I am confused on how to read valid lines from the input file. I am also confused on how to count the averages from these valid input lines to keep running the total from these valid lines. If you could show an example of an input and output file that would be amazing as well. Purpose        Learn how to use Java input/output. Due Date       Per the Course at a Glance. Can be resubmitted. Submissions           In this order: printed copy of...

  • Write a program using Python that loops through lines of a file, assuming each line of...

    Write a program using Python that loops through lines of a file, assuming each line of input will consist of just a single word (and a newline, of course). As it loops through each line, your program should print out any words that contain two vowels next to each other. The vowels do not have to be the same. You should create a test input file and make your script process it.

  • The file Months.txt has 12 lines with each line containing one of the months of the...

    The file Months.txt has 12 lines with each line containing one of the months of the year. Write a program that displays the months containing the letter r. The program should use a global variable months that is initialized as the empty list. The function main should call three functions, one to fill the list months with the contents of the text file, one to delete from the list months the months that do not contain the letter r, and...

  • (1)Write a program in Python that reads an arbitrary-length file. All lines that start with semicolons...

    (1)Write a program in Python that reads an arbitrary-length file. All lines that start with semicolons (;) or pound signs (#) should be ignored. All empty lines must be ignored Lines containing a string between square brackets are sections. Within each section, lines may contain numbers or strings. For each section, calculate the lowest, highest and modal (most common) number, and print it. In each section, also count all non-whitespace characters, and print that. Example input: ; this is a...

  • • Next to these lines, write functional Java codes that will: (1) ask user to input...

    • Next to these lines, write functional Java codes that will: (1) ask user to input a positive integer, such as 15; (2) create a void type of method named "findSum" that takes a parameter of int type named "n". Make sure the "findSum" method can calculate the sum of 1+2+3+ ... +n; and (3) use the "System.out.println(" to display the newly calculated sum. The following is a sample output: Enter an integer: 15 120 Enter an integer: 10 Enetr...

  • 12.8 GPA reports using files Prompt the user by "Enter name of input file: " for...

    12.8 GPA reports using files Prompt the user by "Enter name of input file: " for the name of an input file and open that file for reading. The two input files for the tests are already at the zyBooks site.They each have a list of student names with the course they have taken, of the form Jacobs, Anthony ECS10 4 B- ECS20 4 C+ ANS17 3 A ANS49H 2 D Wilson, Elaine ECS10 4 B+ ECS20 4 C+ ANS17...

  • In either Java or Python 3, write a program that simulates a deterministic FSM. It will read from two input files. The first is a file describing an FSM The first line contains the alphabet as a seri...

    In either Java or Python 3, write a program that simulates a deterministic FSM. It will read from two input files. The first is a file describing an FSM The first line contains the alphabet as a series of characters separated by a single space - The second line contains the number of states as an integer k 2 1; states will be numbered 0,1,..., k -1. The start state is always state O The third line contains a series...

  • In either Java or Python 3, write a program that simulates a deterministic FSM. It will read from two input files. The first is a file describing an FSM The first line contains the alphabet as a seri...

    In either Java or Python 3, write a program that simulates a deterministic FSM. It will read from two input files. The first is a file describing an FSM The first line contains the alphabet as a series of characters separated by a single space - The second line contains the number of states as an integer k 2 1; states will be numbered 0,1,..., k -1. The start state is always state O The third line contains a series...

  • Question 1 Figure Q1 shows a mechanical system. The system input is T) and output is supposed to ...

    Please write down the steps by steps solution, thank you! Question 1 Figure Q1 shows a mechanical system. The system input is T) and output is supposed to be 0. Please find the transfer function from T to θ 3, and discuss the stability of the system if the input is a unit impulse signal. (30 marks) To 01(t) 01t) I kg-m2 N 10 030) N2 100 100 kg-m2 100 N-m/rad 100 N-m-s/rad Figure Q1 Question 1 Figure Q1 shows...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT