A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.
2 25446i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
1 6135write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
2032In java a final class is a class that cannot be derived. How can you make a similar class in C++
1 3016if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
3 6511write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
1641can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
4 4630Post New C++ General Questions
Which function should be used to free the memory allocated by calloc()?
What is the difference between the functions rand(), random(), srand() and randomize()?
Is set c++?
What is the extension of c++?
What is cout flush?
To which numbering system can the binary number 1101100100111100 be easily converted to?
What's the best free c++ profiler for windows?
What information can an exception contain?
What are the operators in c++?
Describe Trees using C++ with an example.
Can a list of string be stored within a two dimensional array?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What is c++ w3school?
Are vectors passed by reference c++?
Name the debugging methods that are used to solve problems?