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

Convert the following to binary numbers to decimals using the long method.


1. 1101001


2. 10001.1101


3. 101110


4. 101010.1111


5. 111001



Convert the following decimal numbers to binary.


1. 76


2. 119


3. 1032


4. 1010


5. 242



What are the rules for what names can and cannot be in the calculator program?

We've already made arraying/listing the easy way, but how about arraying/listing and printing the list in reverse order?


Make a program that will input an integer and then using loops, add items on an array/list one by one for the same number of times as that of the first inputted integer. Then, print out the array/list in reverse order, that is, starting from the last item on the array/list down to the first one, each in separated lines.


Input

The first line contains the size of the array/list.

The next lines contains the items of the array/list (integers).

5
1
64
32
2
11

Output

Multiple lines containing integers.

11
2
32
64
1

Techics Comp has 5 salesmen. Each salesman keeps track of the number of computer sold

each month. The manager assigns a number, 1 to 5, to each salesperson with their name.

Write a complete C++ program to store the number of computers sold by each salesperson in

the array comp[] and output the total number of computer sold for the given month. The

program will calculate and display the highest and the lowest number of computer sold for the

month together with the salesperson’s name. It also can search the amount of sold computers

by the salesperson whether it was exist or not. If found, display the salesperson name. If not,

display it is not exist.

Your program should allow the user to repeat this process as often as the user wishes.

Write a program that implements

an algorithm using an IDE to solve the

problem at Cloud factory


monica has cooked n dishes and collected the data on the level of satisfaction for all the dishes from a guest. the guest returns an array, where the ith element of the array is the liking level of the ith dish. also, the time taken to cook the ith dish is i. like-to-time coefficient of a dish is calculated by multiplying the time taken to cook food with its liking level, i.e., input 2[i]. totally like-to-time coefficient is calculated by summing up all individual coefficients of dishes. you want the total like-to-time coefficient to be maximum. you can also remove some dishes, in which case, a new coefficient is calculated using the left dishes. find the maximum sum of all possible like-to-time coefficients.​


How will the user of this website respond to a call to action?

Using linked list , take two input polynomials from user and create a new polynomial such that it first multiplies the first polynomial by x^(degree of second polynomial) and then adds it to the second polynomial .


The program displays random numbers on the screen and requests for the spelling of that number. It checks if the input is correct, then it displays another number. If the input is wrong, then it will send an error message and request another answer with 3 attempts.



Write a program in c language that could prompt the user to select a mathematical figure either circle or rectangle . The program then compute the perimeter of the figure.

LATEST TUTORIALS
APPROVED BY CLIENTS