subject

Define a structure that describes things: name, weight, cost. Create an array of things. Write a program that helps you pack your suitcase: it displays a list of available things and asks for the size of the suitcase (maximum weight), and then offers to pack the suitcase. The user writes the names of things in a line, and the program checks if they can fit in a suitcase and calculates their cost. If things do not fit in the suitcase, the program offers to try again. Make in C++

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 20:00
An excel which cell contains =b2 is copied to row below, the same column. what will be the new cell's content
Answers: 2
question
Computers and Technology, 22.06.2019 07:00
You will be given two character arrays of the same size, one will contain a number of ships. ships will move around the character array based on which way they are facing and the route they are on. routes are given in the other array. the route consists of '-' and '|' for straight paths, '\' and '/' for curves, and '+' for intersections. there are ships on these routes. ships always face a direction, '^' for up, '> ' for right, 'v' for down, and '< ' for left. any time the ships hit a '\' or a '/' it will turn as you would expect a ship to turn (e.g. a '^' that moves into a '/' will turn right). at an intersection, ships will always continue straight through. all ships move at the same speed, ships take turns moving and all ships move during one 'tick'. the one in the most top left goes first, followed by those to its right, then the ones in the next row. it iterates along the rows and then down the columns. each ship moves one space on its turn moving along the route. your function needs to return the position of the first collision between two ships and the number of ticks before the crash occurred.
Answers: 2
question
Computers and Technology, 23.06.2019 08:00
Michael has written an e-mail to his employees that describes a new product special that will be introduced to the customers next week. by taking time to make sure the e-mail is well written, logical, and organized, michael has made sure his message has the characteristics of a) effective communicationb) ineffective communicationc) barriers to communicationd) workplace communication
Answers: 2
question
Computers and Technology, 23.06.2019 13:30
Anetwork security application that prevents access between a private and trusted network and other untrusted networks
Answers: 1
You know the right answer?
Define a structure that describes things: name, weight, cost. Create an array of things. Write a pro...
Questions
question
Arts, 09.09.2020 22:01
question
History, 09.09.2020 22:01
question
Mathematics, 09.09.2020 22:01
question
Law, 09.09.2020 22:01
question
Mathematics, 09.09.2020 22:01
Questions on the website: 13722363