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

Write a program to store age of 50 persons in an array then display the frequency of teenagers between 15 to 35 using linear searching.


Write a program to store mark of 30 students out of 100 in computer then display how many students got 100 out of 100 using linear searching.

Hint: Use single dimension array.


Write a program to create two arrays in order to store name and age of 15 persons. Then display only those names, whose age is between 10 to 30 and also display how many such records found.


Write a program to create an array to store 30 numbers and then display those numbers in one column and display the message positive or negative in another column. (If 0 then neutral will be displayed)


Communication Technologies have influenced history. Even




now, ICT is playing a big role. To have a creative take on the topic, compose a poem inspired by




current issues, changes, or trends we are exposed to because of ICT. Write your poem on the




space provided.

Write a program to create two SDA to store names and marks of 25 students. Then display the name of the students as per their marks in descending order using bubble sorting.


Create a python program of this output.

Choices:

1 - Easy

2 - Medium

3 - Hard

Enter your choice: 3

Enter a number:5

  * 

  * * 

 * * * 

 * * * * 

* * * * * 

Do you want to try again?: N

Thank you have a good day man!



Write a program that allows a kebele administrator to manage the resident in his district.



Your program should allow the administrator to register resident data like, resident family name,



street number or name, house number, number of family, name, age, birthdate, gender, marital



status, workplace, of each family member. Than the administrator should see the number of



residents, number of female residents, number of male residents, and other basic data



You could add other features too. Each new feature you might add has additional bonus.



You have to use structure in your implementation �

Write a program in Java to create two SDA to store names and marks of 25 students then display the name of the students as per their marks in descending order.

Sum Cubes

by CodeChum Admin

The square of an integer refers to the result of multiplying the integer with itself once. While the cube of an integer refers to the result of multiplying the integer with itself twice. As long as you know that, you could easily solve this!


Instructions:

  1. Input three integers and compute the cubes of each of them.
  2. Check if the sum of the cubes are positive. If it is, print out "Positive", and if not, print out "Negative".

Input


1. First integer

2. Second integer

3. Third integer

Output


The first three lines will contain message prompts to input the three integers.

The last line contains "Positive" or "Negative"


Enter the first integer: 1
Enter the second integer: 2
Enter the third integer: 3
Positive


Enter the first integer: 1
Enter the second integer: -5
Enter the third integer: 4
Negative
LATEST TUTORIALS
APPROVED BY CLIENTS