An array containing 5 integer elements is already provided for you in the code editor below.
Print out the cube of the 1st, 3rd, and 5th element of the given array.
Output
Multiple lines containing the cubes of the 3 elements of the given array.
-8
1
27
How can Roger avoid running into a person if he is blind
2. The Ion Realty Sales Corporation would like to have a listing of their sales over the past few months. Write a program that accepts any number of monthly sales amounts. Display the total of the values. Display a report showing each original value entered and the percentage that value contributes to the total. You may prompt the user for the number of values to be inputted.
In the AD-AS model, an expansionary fiscal policy
may lead to a..
O a. rightward shift of aggregate demand and
demand-pull inflation.
O b. leftward shift of aggregate demand and
demand-pull inflation.
O c. rightward shift of aggregate supply and
cost-push inflation.
O d. leftward shift of aggregate supply and cost-
push inflation.
Differentiate Virus From Virion
Paul lends R10 000 to his friend Steven for one
year. They agree that Steven would pay the R10
000 back with 5% interest at the end of the year. If
the inflation rate is 6%, which of the following
would be true for the real value of the amount that
Steven pays back at the end of the year?
O a. It would be more than R10 000 but less than
R10 500
O b. It would be more than R10 500.
O c. It would be less than R10 000.
O d. It would be exactly R10 500.
Write a two class solution that includes data members for the name of the course, current enrollment, and maximum enrollment. Include an instance method that returns the number of students that can still enroll in the course. The To String( ) method should return the name of the course, current enrollment, and the number of open slots. Design your solution using parallel arrays. Declare an array of class objects in your implementation class. Test your application with the following data:
The Ion Realty Sales Corporation would like to have a listing of their sales over the past few months. Write a program that accepts any number of monthly sales amounts. Display the total of the values. Display a report showing each original value entered and the percentage that value contributes to the total. You may prompt the user for the number of values to be inputted.
What is Economic growth
Take two lists from the user (elements of the lists
separated by space) of
the same size. The first list will contain some names and the second list
will contain roll numbers. Your job is to assign each name
a roll number
from the list containing numbers following the criteria
given below:
Find the sum of the ASCII value of each name and then sort
the names in
descending order based on the sum. Then assign
lowest number to the
the
name that has the highest ASCII value sum as a roll number.
Sample Input 1:
Alan Jack Nancy Jim
10 15 20 50
Sample Output 1:
Nancy's roll number is: 10
Alan's roll number is: 15
Jack's roll number is: 20
Jim's roll number is: 50