Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

The impact of artificial intelligence on society.

Create a database of any system or company.

FWHM = 2𝜎sqrt2ln2


(v) Compare the theoretical and the experimental results of FWHM. (5)


(vi) What are the theoretical and experimental values of 𝒚 at FWHM? (5)



A. Demonstrate the process of installing a Linux operating system on a virtual machine. Mention the steps along with the screenshots of the same.

Write C++ program using pointers in which An amateur meteorologist wants to keep track of weather conditions during the past year’s three-month summer season and has designated each day as either rainy (‘R’), cloudy (‘C’), or sunny (‘S’). Write a program that stores this information in a 3 × 10 array of characters, where the row indicates the month (0 = June, 1 = July, 2 = August) and the column indicates the day of the month. Note that data are not being collected for the date greater than 10th f any month. The program should begin by reading the weather data from user. Then it should create a report that displays, for each month and for the whole three-month period, how many days were rainy, how many were cloudy, and how many were sunny. It should also report which of the three months had the largest number of rainy days.


def mystery1(x):
    return x + 2

def mystery2(a, b = 7):
    return a + b

#MAIN
n = int(input("Enter a number:"))
ans = mystery1(n) * 2 + mystery2 (n * 3)
print(ans)

What is output when the user enters -4?





Q2. Write a program for: search(LA,ITEM) in Java


1. Search whether the user's entered item is exist or not in the array if exist perform


following


2. Print two right neighbors(item/value) in case no right neighbor print message 'no right


neighbor'


3. Print two left neighbors(item/value) in case no left neighbor print message 'no left neighbor'

Q1. Write a program for: insert(LA, K, ITEM )


1. K is not out of range


2. Item must be positive integer


3. Check user's entered ITEM at index K is greater or less than in an array at index K, if less


than insert it into the array otherwise not perform any operation, and prints the


message 'ITEM’ at index k is greater than user's entered ‘ITEM'

Tournament Training:

To prepare for the upcoming marthon.Ramesh trains one long distancerun each saturday .He considers a saturday to be a progress day if he runs more kilometers thsn the previous saturday Ramesh wants to track the no.of progress day

Given the no.of kilometer run by rsmesh on each aturday print the total no.of progress days

The 1st line of input contains space-seperated integers

i/p:

12 11 10 12 11 13

o/p:2

i/p:1 2 1 1 1

o/p:1


Create a new project, and copy your code from Task 1 to the new project (copy the contents of the Main() method and the displayDetails() method) Adapt your Main() method to capture and display the details for 4 different people. The displayDetails() method should remain unchanged.


LATEST TUTORIALS
APPROVED BY CLIENTS