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 29045i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????
1 7126write 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.
2652In java a final class is a class that cannot be derived. How can you make a similar class in C++
1 4091if 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 8002write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
2301can 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 6605Post New C++ General Questions
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What are advantages of using friend classes?
Why do we use classes in c++?
What are the differences between java and c++?
What is vectorial capacity?
How a macro differs from a template?
How can a struct in c++ differs from a struct in c?
Which compiler does turbo c++ use?
Describe the setting up of my member functions to avoid overriding by the derived class?
What are the basic data types used in c++?
What are punctuators in c++?
What problems might the following macro bring to the application?
Is empty stack c++?
What are the types of container classes?
Which software is used to run c++ program?