Honor Student
Write a Python Program of Honor Student.It Consists of two test cases
The below link contains Honor Student - question, explanation and test cases
https://drive.google.com/file/d/1lCSgG3og00-_lqFMIQK8hixazR-4InrJ/view?usp=sharing
We need all test cases can be come while code was run
17, 22, 26, 29,x,42,67,70,y
2. The exam grades of 7 students are given below. 70, 66, 72, 96, 46, 90, 50
Find
write a program that computes the average value of an array and prints the difference between each value and the average value you have just computed let the maximum number of items in the array be 8
Abhay is playing a shooting game. There are n balloon arranged in a row. Each balloon has a number written on it and Abhay can burst balloons from beginning or end. Abhay is really fond of number k and wants to make the sum of all the balloons remaining equal to k. For busting 1 balloon 1 unit of energy is spent by Abhay
Abhay is playing a shooting game. There are n balloon arranged in a row. Each balloon has a number written on it and Abhay can burst balloons from beginning or end. Abhay is really fond of number k and wants to make the sum of all the balloons remaining equal to k. For busting 1 balloon 1 unit of energy is spent by Abhay. He wants to find the number of ways in which he can make the sum of balloons equal to k. But he is not willing to spend a lot of energy. So you also have to tell the minimum energy that he has to spend to make the sum equal to k
n the given example, N = 3 and the input integers are 2, 3, and 7.So, the output should be 2 x 3 x 7 = 42.
Josh is conducting an event at every weekend. He will distribute the cold drink and snacks to participants. At end of each event, he will check the event’s outcome as integer i.e., 0=bad, 1=good, or 2=great.
• An event is Good (1) if both cold drink and snacks are at least 10 distributed to participants.
• If either cold drink or snacks is at least double the amount of another one, the event is Great (2).
• If either cold drink or snacks is less than 10 the event is always Bad (0).
Write java program to display an event result as either Great, Good or Bad.
Explain at least not less than five differences between data-oriented programming and
object-oriented programming. In your explanations, include concepts of data-oriented
design, object-oriented design, and use at least five examples which should include
source codes to support your arguments.